Color Hex Logo

#bb680a Color Hex

#BB680A
(187,104,10)
0 Favorites   0 Comments

Color spaces of #bb680a

RGB 18710410
HSL0.090.900.39
HSV32°95°73°
CMYK 0.000.440.95   0.27
XYZ25.498620.48732.8977
Yxy20.48730.52160.4191
Hunter Lab45.262921.346927.8883
CIE-Lab52.383727.717458.1911

#bb680a color RGB value is (187,104,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 00001010
Octal 273 150 12
Decimal 187 104 10
Hex BB 68 A

RGB Percentages of Color #bb680a

%62.13
%34.55
%3.32

CMYK Percentages of Color #bb680a

%0
%44
%95
%27

Triadic Colors of #bb680a

#bb680a #0abb68 #680abb

Analogous Colors of #bb680a

#bb680a #b6bb0a #bb100a

Monochromatic Colors of #bb680a

#bb680a

Complementary Color

#bb680a #0a5dbb

#bb680a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb680a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb680a Color CSS Codes

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

#bb680a Text Font Color

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

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


#bb680a Background Color

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

This div background color is #bb680a


#bb680a Border Color

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

This div border color is #bb680a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb680a


Comments

No comments written yet.

Please login to write comment.