Color Hex Logo

#bc814c Color Hex

#BC814C
(188,129,76)
0 Favorites   0 Comments

Color spaces of #bc814c

RGB 18812976
HSL0.080.460.52
HSV28°60°74°
CMYK 0.000.310.60   0.26
XYZ29.893826.913710.4568
Yxy26.91370.44440.4001
Hunter Lab51.878412.069524.3642
CIE-Lab58.894417.209737.5393

#bc814c color RGB value is (188,129,76).

#bc814c hex color red value is 188, green value is 129 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bc814c hue: 0.08 , saturation: 0.46 and the lightness value of bc814c is 0.52.

The process color (four color CMYK) of #bc814c color hex is 0.00, 0.31, 0.60, 0.26. Web safe color of #bc814c is #cc9933. Color #bc814c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000001 01001100
Octal 274 201 114
Decimal 188 129 76
Hex BC 81 4C

RGB Percentages of Color #bc814c

%47.84
%32.82
%19.34

CMYK Percentages of Color #bc814c

%0
%31
%60
%26

Triadic Colors of #bc814c

#bc814c #4cbc81 #814cbc

Analogous Colors of #bc814c

#bc814c #bcb94c #bc4c4f

Monochromatic Colors of #bc814c

#bc814c

Complementary Color

#bc814c #4c87bc

#bc814c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc814c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc814c Color CSS Codes

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

#bc814c Text Font Color

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

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


#bc814c Background Color

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

This div background color is #bc814c


#bc814c Border Color

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

This div border color is #bc814c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc814c


Comments

No comments written yet.

Please login to write comment.