color codes Logo

#bc872f color codes

#BC872F
(188,135,47)
0 Favorites   0 Comments

Color spaces of #bc872f

RGB 18813547
HSL0.100.600.46
HSV37°75°74°
CMYK 0.000.280.75   0.26
XYZ29.916128.22456.5605
Yxy28.22450.46240.4362
Hunter Lab53.12677.543029.8671
CIE-Lab60.091012.136352.7843

#bc872f color RGB value is (188,135,47).

#bc872f hex color red value is 188, green value is 135 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc872f hue: 0.10 , saturation: 0.60 and the lightness value of bc872f is 0.46.

The process color (four color CMYK) of #bc872f color code is 0.00, 0.28, 0.75, 0.26. Web safe color of #bc872f is #cc9933. Color #bc872f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 00101111
Octal 274 207 57
Decimal 188 135 47
Hex BC 87 2F

RGB Percentages of Color #bc872f

%50.81
%36.49
%12.70

CMYK Percentages of Color #bc872f

%0
%28
%75
%26

Triadic Colors of #bc872f

#bc872f #2fbc87 #872fbc

Analogous Colors of #bc872f

#bc872f #abbc2f #bc412f

Monochromatic Colors of #bc872f

#bc872f

Complementary Color

#bc872f #2f64bc

#bc872f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc872f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc872f Color CSS Codes

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

#bc872f Text Font Color

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

This sample text font color is #bc872f
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.


#bc872f Background Color

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

This div background color is #bc872f


#bc872f Border Color

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

This div border color is #bc872f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc872f

#bc872f Color Palettes


Comments

No comments written yet.

Please login to write comment.