Color Hex Logo

#bb790b Color Hex

#BB790B
(187,121,11)
0 Favorites   0 Comments

Color spaces of #bb790b

RGB 18712111
HSL0.100.890.39
HSV38°94°73°
CMYK 0.000.350.94   0.27
XYZ27.391324.26373.5563
Yxy24.26370.49610.4395
Hunter Lab49.258213.057730.2002
CIE-Lab56.350918.407060.8122

#bb790b color RGB value is (187,121,11).

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

The process color (four color CMYK) of #bb790b color hex is 0.00, 0.35, 0.94, 0.27. Web safe color of #bb790b is #cc6600. Color #bb790b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111001 00001011
Octal 273 171 13
Decimal 187 121 11
Hex BB 79 B

RGB Percentages of Color #bb790b

%58.62
%37.93
%3.45

CMYK Percentages of Color #bb790b

%0
%35
%94
%27

Triadic Colors of #bb790b

#bb790b #0bbb79 #790bbb

Analogous Colors of #bb790b

#bb790b #a5bb0b #bb210b

Monochromatic Colors of #bb790b

#bb790b

Complementary Color

#bb790b #0b4dbb

#bb790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb790b Color CSS Codes

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

#bb790b Text Font Color

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

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


#bb790b Background Color

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

This div background color is #bb790b


#bb790b Border Color

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

This div border color is #bb790b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb790b


Comments

No comments written yet.

Please login to write comment.