Color Hex Logo

#bc874a Color Hex

#BC874A
(188,135,74)
0 Favorites   0 Comments

Color spaces of #bc874a

RGB 18813574
HSL0.090.460.51
HSV32°61°74°
CMYK 0.000.280.61   0.26
XYZ30.639028.513710.3674
Yxy28.51370.44070.4102
Hunter Lab53.39828.973425.8675
CIE-Lab60.350013.737640.3108

#bc874a color RGB value is (188,135,74).

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

The process color (four color CMYK) of #bc874a color hex is 0.00, 0.28, 0.61, 0.26. Web safe color of #bc874a is #cc9933. Color #bc874a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 01001010
Octal 274 207 112
Decimal 188 135 74
Hex BC 87 4A

RGB Percentages of Color #bc874a

%47.36
%34.01
%18.64

CMYK Percentages of Color #bc874a

%0
%28
%61
%26

Triadic Colors of #bc874a

#bc874a #4abc87 #874abc

Analogous Colors of #bc874a

#bc874a #b8bc4a #bc4e4a

Monochromatic Colors of #bc874a

#bc874a

Complementary Color

#bc874a #4a7fbc

#bc874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc874a Color CSS Codes

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

#bc874a Text Font Color

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

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


#bc874a Background Color

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

This div background color is #bc874a


#bc874a Border Color

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

This div border color is #bc874a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc874a


Comments

No comments written yet.

Please login to write comment.