Color Hex Logo

#bc992c Color Hex

#BC992C
(188,153,44)
0 Favorites   0 Comments

Color spaces of #bc992c

RGB 18815344
HSL0.130.620.45
HSV45°77°74°
CMYK 0.000.190.77   0.26
XYZ32.584933.65577.1617
Yxy33.65570.44390.4585
Hunter Lab58.0135-1.264233.2902
CIE-Lab64.68842.147358.3853

#bc992c color RGB value is (188,153,44).

#bc992c hex color red value is 188, green value is 153 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bc992c hue: 0.13 , saturation: 0.62 and the lightness value of bc992c is 0.45.

The process color (four color CMYK) of #bc992c color hex is 0.00, 0.19, 0.77, 0.26. Web safe color of #bc992c is #cc9933. Color #bc992c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 00101100
Octal 274 231 54
Decimal 188 153 44
Hex BC 99 2C

RGB Percentages of Color #bc992c

%48.83
%39.74
%11.43

CMYK Percentages of Color #bc992c

%0
%19
%77
%26

Triadic Colors of #bc992c

#bc992c #2cbc99 #992cbc

Analogous Colors of #bc992c

#bc992c #97bc2c #bc512c

Monochromatic Colors of #bc992c

#bc992c

Complementary Color

#bc992c #2c4fbc

#bc992c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc992c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc992c Color CSS Codes

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

#bc992c Text Font Color

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

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


#bc992c Background Color

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

This div background color is #bc992c


#bc992c Border Color

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

This div border color is #bc992c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc992c


Comments

No comments written yet.

Please login to write comment.