Color Hex Logo

#bb692a Color Hex

#BB692A
(187,105,42)
0 Favorites   0 Comments

Color spaces of #bb692a

RGB 18710542
HSL0.070.630.45
HSV26°78°73°
CMYK 0.000.440.78   0.27
XYZ25.963020.83514.8437
Yxy20.83510.50280.4035
Hunter Lab45.645521.650625.6602
CIE-Lab52.768528.004747.7008

#bb692a color RGB value is (187,105,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 00101010
Octal 273 151 52
Decimal 187 105 42
Hex BB 69 2A

RGB Percentages of Color #bb692a

%55.99
%31.44
%12.57

CMYK Percentages of Color #bb692a

%0
%44
%78
%27

Triadic Colors of #bb692a

#bb692a #2abb69 #692abb

Analogous Colors of #bb692a

#bb692a #bbb22a #bb2a34

Monochromatic Colors of #bb692a

#bb692a

Complementary Color

#bb692a #2a7cbb

#bb692a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb692a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb692a Color CSS Codes

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

#bb692a Text Font Color

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

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


#bb692a Background Color

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

This div background color is #bb692a


#bb692a Border Color

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

This div border color is #bb692a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb692a


Comments

No comments written yet.

Please login to write comment.