Color Hex Logo

#bc950b Color Hex

#BC950B
(188,149,11)
0 Favorites   0 Comments

Color spaces of #bc950b

RGB 18814911
HSL0.130.890.39
HSV47°94°74°
CMYK 0.000.210.94   0.26
XYZ31.546932.21044.8711
Yxy32.21040.45970.4693
Hunter Lab56.7542-0.100434.6392
CIE-Lab63.51643.442966.0982

#bc950b color RGB value is (188,149,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 00001011
Octal 274 225 13
Decimal 188 149 11
Hex BC 95 B

RGB Percentages of Color #bc950b

%54.02
%42.82
%3.16

CMYK Percentages of Color #bc950b

%0
%21
%94
%26

Triadic Colors of #bc950b

#bc950b #0bbc95 #950bbc

Analogous Colors of #bc950b

#bc950b #8bbc0b #bc3d0b

Monochromatic Colors of #bc950b

#bc950b

Complementary Color

#bc950b #0b32bc

#bc950b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc950b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc950b Color CSS Codes

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

#bc950b Text Font Color

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

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


#bc950b Background Color

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

This div background color is #bc950b


#bc950b Border Color

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

This div border color is #bc950b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,149,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 #bc950b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc950b


Comments

No comments written yet.

Please login to write comment.