Color Hex Logo

#bb682b Color Hex

#BB682B
(187,104,43)
0 Favorites   0 Comments

Color spaces of #bb682b

RGB 18710443
HSL0.070.630.45
HSV25°77°73°
CMYK 0.000.440.77   0.27
XYZ25.879920.63984.9054
Yxy20.63980.50330.4014
Hunter Lab45.431022.178625.3999
CIE-Lab52.553028.587347.0296

#bb682b color RGB value is (187,104,43).

#bb682b hex color red value is 187, green value is 104 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bb682b hue: 0.07 , saturation: 0.63 and the lightness value of bb682b is 0.45.

The process color (four color CMYK) of #bb682b color hex is 0.00, 0.44, 0.77, 0.27. Web safe color of #bb682b is #cc6633. Color #bb682b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 00101011
Octal 273 150 53
Decimal 187 104 43
Hex BB 68 2B

RGB Percentages of Color #bb682b

%55.99
%31.14
%12.87

CMYK Percentages of Color #bb682b

%0
%44
%77
%27

Triadic Colors of #bb682b

#bb682b #2bbb68 #682bbb

Analogous Colors of #bb682b

#bb682b #bbb02b #bb2b36

Monochromatic Colors of #bb682b

#bb682b

Complementary Color

#bb682b #2b7ebb

#bb682b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb682b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb682b Color CSS Codes

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

#bb682b Text Font Color

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

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


#bb682b Background Color

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

This div background color is #bb682b


#bb682b Border Color

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

This div border color is #bb682b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb682b


Comments

No comments written yet.

Please login to write comment.