Color Hex Logo

#bb700a Color Hex

#BB700A
(187,112,10)
0 Favorites   0 Comments

Color spaces of #bb700a

RGB 18711210
HSL0.100.900.39
HSV35°95°73°
CMYK 0.000.400.95   0.27
XYZ26.342522.17513.1790
Yxy22.17510.50960.4289
Hunter Lab47.090417.445028.9607
CIE-Lab54.212323.354759.4709

#bb700a color RGB value is (187,112,10).

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

The process color (four color CMYK) of #bb700a color hex is 0.00, 0.40, 0.95, 0.27. Web safe color of #bb700a is #cc6600. Color #bb700a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110000 00001010
Octal 273 160 12
Decimal 187 112 10
Hex BB 70 A

RGB Percentages of Color #bb700a

%60.52
%36.25
%3.24

CMYK Percentages of Color #bb700a

%0
%40
%95
%27

Triadic Colors of #bb700a

#bb700a #0abb70 #700abb

Analogous Colors of #bb700a

#bb700a #aebb0a #bb180a

Monochromatic Colors of #bb700a

#bb700a

Complementary Color

#bb700a #0a55bb

#bb700a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb700a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb700a Color CSS Codes

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

#bb700a Text Font Color

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

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


#bb700a Background Color

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

This div background color is #bb700a


#bb700a Border Color

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

This div border color is #bb700a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb700a


Comments

No comments written yet.

Please login to write comment.