Color Hex Logo

#bb680f Color Hex

#BB680F
(187,104,15)
0 Favorites   0 Comments

Color spaces of #bb680f

RGB 18710415
HSL0.090.850.40
HSV31°92°73°
CMYK 0.000.440.92   0.27
XYZ25.530120.49993.0632
Yxy20.49990.52000.4176
Hunter Lab45.276821.415827.6825
CIE-Lab52.397827.789757.0994

#bb680f color RGB value is (187,104,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 00001111
Octal 273 150 17
Decimal 187 104 15
Hex BB 68 F

RGB Percentages of Color #bb680f

%61.11
%33.99
%4.90

CMYK Percentages of Color #bb680f

%0
%44
%92
%27

Triadic Colors of #bb680f

#bb680f #0fbb68 #680fbb

Analogous Colors of #bb680f

#bb680f #b8bb0f #bb120f

Monochromatic Colors of #bb680f

#bb680f

Complementary Color

#bb680f #0f62bb

#bb680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb680f Color CSS Codes

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

#bb680f Text Font Color

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

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


#bb680f Background Color

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

This div background color is #bb680f


#bb680f Border Color

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

This div border color is #bb680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb680f


Comments

No comments written yet.

Please login to write comment.