Color Hex Logo

#bb730b Color Hex

#BB730B
(187,115,11)
0 Favorites   0 Comments

Color spaces of #bb730b

RGB 18711511
HSL0.100.890.39
HSV35°94°73°
CMYK 0.000.390.94   0.27
XYZ26.684722.85043.3207
Yxy22.85040.50490.4323
Hunter Lab47.802115.990929.3427
CIE-Lab54.917921.718859.7857

#bb730b color RGB value is (187,115,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 00001011
Octal 273 163 13
Decimal 187 115 11
Hex BB 73 B

RGB Percentages of Color #bb730b

%59.74
%36.74
%3.51

CMYK Percentages of Color #bb730b

%0
%39
%94
%27

Triadic Colors of #bb730b

#bb730b #0bbb73 #730bbb

Analogous Colors of #bb730b

#bb730b #abbb0b #bb1b0b

Monochromatic Colors of #bb730b

#bb730b

Complementary Color

#bb730b #0b53bb

#bb730b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb730b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb730b Color CSS Codes

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

#bb730b Text Font Color

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

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


#bb730b Background Color

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

This div background color is #bb730b


#bb730b Border Color

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

This div border color is #bb730b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb730b


Comments

No comments written yet.

Please login to write comment.