Color Hex Logo

#bb950a Color Hex

#BB950A
(187,149,10)
0 Favorites   0 Comments

Color spaces of #bb950a

RGB 18714910
HSL0.130.900.39
HSV47°95°73°
CMYK 0.000.200.95   0.27
XYZ31.295732.08164.8301
Yxy32.08160.45880.4704
Hunter Lab56.6406-0.494334.5924
CIE-Lab63.41032.979066.1150

#bb950a color RGB value is (187,149,10).

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

The process color (four color CMYK) of #bb950a color hex is 0.00, 0.20, 0.95, 0.27. Web safe color of #bb950a is #cc9900. Color #bb950a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010101 00001010
Octal 273 225 12
Decimal 187 149 10
Hex BB 95 A

RGB Percentages of Color #bb950a

%54.05
%43.06
%2.89

CMYK Percentages of Color #bb950a

%0
%20
%95
%27

Triadic Colors of #bb950a

#bb950a #0abb95 #950abb

Analogous Colors of #bb950a

#bb950a #89bb0a #bb3d0a

Monochromatic Colors of #bb950a

#bb950a

Complementary Color

#bb950a #0a30bb

#bb950a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb950a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb950a Color CSS Codes

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

#bb950a Text Font Color

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

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


#bb950a Background Color

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

This div background color is #bb950a


#bb950a Border Color

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

This div border color is #bb950a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,149,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb950a


Comments

No comments written yet.

Please login to write comment.