Color Hex Logo

#bb770f Color Hex

#BB770F
(187,119,15)
0 Favorites   0 Comments

Color spaces of #bb770f

RGB 18711915
HSL0.100.850.40
HSV36°92°73°
CMYK 0.000.360.92   0.27
XYZ27.176623.79293.6121
Yxy23.79290.49790.4359
Hunter Lab48.778014.089729.7540
CIE-Lab55.879819.572159.6674

#bb770f color RGB value is (187,119,15).

#bb770f hex color red value is 187, green value is 119 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bb770f hue: 0.10 , saturation: 0.85 and the lightness value of bb770f is 0.40.

The process color (four color CMYK) of #bb770f color hex is 0.00, 0.36, 0.92, 0.27. Web safe color of #bb770f is #cc6600. Color #bb770f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 00001111
Octal 273 167 17
Decimal 187 119 15
Hex BB 77 F

RGB Percentages of Color #bb770f

%58.26
%37.07
%4.67

CMYK Percentages of Color #bb770f

%0
%36
%92
%27

Triadic Colors of #bb770f

#bb770f #0fbb77 #770fbb

Analogous Colors of #bb770f

#bb770f #a9bb0f #bb210f

Monochromatic Colors of #bb770f

#bb770f

Complementary Color

#bb770f #0f53bb

#bb770f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb770f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb770f Color CSS Codes

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

#bb770f Text Font Color

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

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


#bb770f Background Color

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

This div background color is #bb770f


#bb770f Border Color

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

This div border color is #bb770f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb770f


Comments

No comments written yet.

Please login to write comment.