Color Hex Logo

#bb650e Color Hex

#BB650E
(187,101,14)
0 Favorites   0 Comments

Color spaces of #bb650e

RGB 18710114
HSL0.080.860.39
HSV30°93°73°
CMYK 0.000.460.93   0.27
XYZ25.226519.90392.9277
Yxy19.90390.52490.4142
Hunter Lab44.613822.857227.3389
CIE-Lab51.728429.391156.8558

#bb650e color RGB value is (187,101,14).

#bb650e hex color red value is 187, green value is 101 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb650e hue: 0.08 , saturation: 0.86 and the lightness value of bb650e is 0.39.

The process color (four color CMYK) of #bb650e color hex is 0.00, 0.46, 0.93, 0.27. Web safe color of #bb650e is #cc6600. Color #bb650e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 00001110
Octal 273 145 16
Decimal 187 101 14
Hex BB 65 E

RGB Percentages of Color #bb650e

%61.92
%33.44
%4.64

CMYK Percentages of Color #bb650e

%0
%46
%93
%27

Triadic Colors of #bb650e

#bb650e #0ebb65 #650ebb

Analogous Colors of #bb650e

#bb650e #bbbb0e #bb0f0e

Monochromatic Colors of #bb650e

#bb650e

Complementary Color

#bb650e #0e64bb

#bb650e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb650e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb650e Color CSS Codes

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

#bb650e Text Font Color

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

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


#bb650e Background Color

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

This div background color is #bb650e


#bb650e Border Color

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

This div border color is #bb650e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb650e


Comments

No comments written yet.

Please login to write comment.