Color Hex Logo

#bb690b Color Hex

#BB690B
(187,105,11)
0 Favorites   0 Comments

Color spaces of #bb690b

RGB 18710511
HSL0.090.890.39
HSV32°94°73°
CMYK 0.000.440.94   0.27
XYZ25.605520.69212.9610
Yxy20.69210.51980.4201
Hunter Lab45.488620.872627.9826
CIE-Lab52.610927.188558.1510

#bb690b color RGB value is (187,105,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 00001011
Octal 273 151 13
Decimal 187 105 11
Hex BB 69 B

RGB Percentages of Color #bb690b

%61.72
%34.65
%3.63

CMYK Percentages of Color #bb690b

%0
%44
%94
%27

Triadic Colors of #bb690b

#bb690b #0bbb69 #690bbb

Analogous Colors of #bb690b

#bb690b #b5bb0b #bb110b

Monochromatic Colors of #bb690b

#bb690b

Complementary Color

#bb690b #0b5dbb

#bb690b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb690b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb690b Color CSS Codes

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

#bb690b Text Font Color

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

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


#bb690b Background Color

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

This div background color is #bb690b


#bb690b Border Color

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

This div border color is #bb690b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb690b


Comments

No comments written yet.

Please login to write comment.