Color Hex Logo

#bc751d Color Hex

#BC751D
(188,117,29)
0 Favorites   0 Comments

Color spaces of #bc751d

RGB 18811729
HSL0.090.730.43
HSV33°85°74°
CMYK 0.000.380.85   0.26
XYZ27.322123.50274.2588
Yxy23.50270.49600.4267
Hunter Lab48.479615.759728.7272
CIE-Lab55.586421.423755.5349

#bc751d color RGB value is (188,117,29).

#bc751d hex color red value is 188, green value is 117 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bc751d hue: 0.09 , saturation: 0.73 and the lightness value of bc751d is 0.43.

The process color (four color CMYK) of #bc751d color hex is 0.00, 0.38, 0.85, 0.26. Web safe color of #bc751d is #cc6633. Color #bc751d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 00011101
Octal 274 165 35
Decimal 188 117 29
Hex BC 75 1D

RGB Percentages of Color #bc751d

%56.29
%35.03
%8.68

CMYK Percentages of Color #bc751d

%0
%38
%85
%26

Triadic Colors of #bc751d

#bc751d #1dbc75 #751dbc

Analogous Colors of #bc751d

#bc751d #b4bc1d #bc261d

Monochromatic Colors of #bc751d

#bc751d

Complementary Color

#bc751d #1d64bc

#bc751d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc751d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc751d Color CSS Codes

.mybgcolor {background-color:#bc751d; } 
.myforecolor {color:#bc751d; }
.mybordercolor {border:3px solid #bc751d; }

#bc751d Text Font Color

<p style="color:#bc751d">Text here</p>

This sample text font color is #bc751d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc751d Background Color

<div style="background-color:#bc751d">
Div content here</div>

This div background color is #bc751d


#bc751d Border Color

<div style="border:3px solid #bc751d">
Div here</div>

This div border color is #bc751d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,117,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc751d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc751d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc751d;
  box-shadow:         1px 1px 3px 2px #bc751d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,117,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc751d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc751d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc751d;
  box-shadow:         1px 1px 3px 2px #bc751d;">
Div content here</div>

This div box has shadow with color #bc751d


Comments

No comments written yet.

Please login to write comment.