Color Hex Logo

#bb780f Color Hex

#BB780F
(187,120,15)
0 Favorites   0 Comments

Color spaces of #bb780f

RGB 18712015
HSL0.100.850.40
HSV37°92°73°
CMYK 0.000.360.92   0.27
XYZ27.296224.03223.6520
Yxy24.03220.49650.4371
Hunter Lab49.022613.600629.8990
CIE-Lab56.120019.019359.8458

#bb780f color RGB value is (187,120,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 00001111
Octal 273 170 17
Decimal 187 120 15
Hex BB 78 F

RGB Percentages of Color #bb780f

%58.07
%37.27
%4.66

CMYK Percentages of Color #bb780f

%0
%36
%92
%27

Triadic Colors of #bb780f

#bb780f #0fbb78 #780fbb

Analogous Colors of #bb780f

#bb780f #a8bb0f #bb220f

Monochromatic Colors of #bb780f

#bb780f

Complementary Color

#bb780f #0f52bb

#bb780f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb780f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb780f Color CSS Codes

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

#bb780f Text Font Color

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

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


#bb780f Background Color

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

This div background color is #bb780f


#bb780f Border Color

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

This div border color is #bb780f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb780f


Comments

No comments written yet.

Please login to write comment.