Color Hex Logo

#bc913b Color Hex

#BC913B
(188,145,59)
0 Favorites   0 Comments

Color spaces of #bc913b

RGB 18814559
HSL0.110.520.48
HSV40°69°74°
CMYK 0.000.230.69   0.26
XYZ31.653931.25798.5027
Yxy31.25790.44320.4377
Hunter Lab55.90883.221130.1192
CIE-Lab62.72477.246150.2462

#bc913b color RGB value is (188,145,59).

#bc913b hex color red value is 188, green value is 145 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc913b hue: 0.11 , saturation: 0.52 and the lightness value of bc913b is 0.48.

The process color (four color CMYK) of #bc913b color hex is 0.00, 0.23, 0.69, 0.26. Web safe color of #bc913b is #cc9933. Color #bc913b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010001 00111011
Octal 274 221 73
Decimal 188 145 59
Hex BC 91 3B

RGB Percentages of Color #bc913b

%47.96
%36.99
%15.05

CMYK Percentages of Color #bc913b

%0
%23
%69
%26

Triadic Colors of #bc913b

#bc913b #3bbc91 #913bbc

Analogous Colors of #bc913b

#bc913b #a7bc3b #bc513b

Monochromatic Colors of #bc913b

#bc913b

Complementary Color

#bc913b #3b66bc

#bc913b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc913b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc913b Color CSS Codes

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

#bc913b Text Font Color

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

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


#bc913b Background Color

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

This div background color is #bc913b


#bc913b Border Color

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

This div border color is #bc913b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc913b


Comments

No comments written yet.

Please login to write comment.