Color Hex Logo

#bc875a Color Hex

#BC875A
(188,135,90)
0 Favorites   0 Comments

Color spaces of #bc875a

RGB 18813590
HSL0.080.420.55
HSV28°52°74°
CMYK 0.000.280.52   0.26
XYZ31.248528.757513.5766
Yxy28.75750.42470.3908
Hunter Lab53.626010.168522.5277
CIE-Lab60.567015.060732.0949

#bc875a color RGB value is (188,135,90).

#bc875a hex color red value is 188, green value is 135 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bc875a hue: 0.08 , saturation: 0.42 and the lightness value of bc875a is 0.55.

The process color (four color CMYK) of #bc875a color hex is 0.00, 0.28, 0.52, 0.26. Web safe color of #bc875a is #cc9966. Color #bc875a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 01011010
Octal 274 207 132
Decimal 188 135 90
Hex BC 87 5A

RGB Percentages of Color #bc875a

%45.52
%32.69
%21.79

CMYK Percentages of Color #bc875a

%0
%28
%52
%26

Triadic Colors of #bc875a

#bc875a #5abc87 #875abc

Analogous Colors of #bc875a

#bc875a #bcb85a #bc5a5e

Monochromatic Colors of #bc875a

#bc875a

Complementary Color

#bc875a #5a8fbc

#bc875a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc875a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc875a Color CSS Codes

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

#bc875a Text Font Color

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

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


#bc875a Background Color

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

This div background color is #bc875a


#bc875a Border Color

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

This div border color is #bc875a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc875a


Comments

No comments written yet.

Please login to write comment.