Color Hex Logo

#bc992d Color Hex

#BC992D
(188,153,45)
0 Favorites   0 Comments

Color spaces of #bc992d

RGB 18815345
HSL0.130.610.46
HSV45°76°74°
CMYK 0.000.190.76   0.26
XYZ32.603933.66337.2619
Yxy33.66330.44340.4578
Hunter Lab58.0201-1.228633.1932
CIE-Lab64.69442.189158.0210

#bc992d color RGB value is (188,153,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 00101101
Octal 274 231 55
Decimal 188 153 45
Hex BC 99 2D

RGB Percentages of Color #bc992d

%48.70
%39.64
%11.66

CMYK Percentages of Color #bc992d

%0
%19
%76
%26

Triadic Colors of #bc992d

#bc992d #2dbc99 #992dbc

Analogous Colors of #bc992d

#bc992d #98bc2d #bc522d

Monochromatic Colors of #bc992d

#bc992d

Complementary Color

#bc992d #2d50bc

#bc992d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc992d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc992d Color CSS Codes

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

#bc992d Text Font Color

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

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


#bc992d Background Color

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

This div background color is #bc992d


#bc992d Border Color

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

This div border color is #bc992d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc992d


Comments

No comments written yet.

Please login to write comment.