Color Hex Logo

#bc960b Color Hex

#BC960B
(188,150,11)
0 Favorites   0 Comments

Color spaces of #bc960b

RGB 18815011
HSL0.130.890.39
HSV47°94°74°
CMYK 0.000.200.94   0.26
XYZ31.705832.52824.9241
Yxy32.52820.45850.4703
Hunter Lab57.0335-0.577734.8045
CIE-Lab63.77712.899666.2911

#bc960b color RGB value is (188,150,11).

#bc960b hex color red value is 188, green value is 150 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bc960b hue: 0.13 , saturation: 0.89 and the lightness value of bc960b is 0.39.

The process color (four color CMYK) of #bc960b color hex is 0.00, 0.20, 0.94, 0.26. Web safe color of #bc960b is #cc9900. Color #bc960b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010110 00001011
Octal 274 226 13
Decimal 188 150 11
Hex BC 96 B

RGB Percentages of Color #bc960b

%53.87
%42.98
%3.15

CMYK Percentages of Color #bc960b

%0
%20
%94
%26

Triadic Colors of #bc960b

#bc960b #0bbc96 #960bbc

Analogous Colors of #bc960b

#bc960b #8abc0b #bc3e0b

Monochromatic Colors of #bc960b

#bc960b

Complementary Color

#bc960b #0b31bc

#bc960b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc960b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc960b Color CSS Codes

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

#bc960b Text Font Color

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

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


#bc960b Background Color

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

This div background color is #bc960b


#bc960b Border Color

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

This div border color is #bc960b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc960b


Comments

No comments written yet.

Please login to write comment.