Color Hex Logo

#bb693e Color Hex

#BB693E
(187,105,62)
0 Favorites   0 Comments

Color spaces of #bb693e

RGB 18710562
HSL0.060.500.49
HSV21°67°73°
CMYK 0.000.440.67   0.27
XYZ26.414621.01577.2217
Yxy21.01570.48330.3845
Hunter Lab45.842922.626422.7500
CIE-Lab52.966729.020937.9507

#bb693e color RGB value is (187,105,62).

#bb693e hex color red value is 187, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb693e hue: 0.06 , saturation: 0.50 and the lightness value of bb693e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 00111110
Octal 273 151 76
Decimal 187 105 62
Hex BB 69 3E

RGB Percentages of Color #bb693e

%52.82
%29.66
%17.51

CMYK Percentages of Color #bb693e

%0
%44
%67
%27

Triadic Colors of #bb693e

#bb693e #3ebb69 #693ebb

Analogous Colors of #bb693e

#bb693e #bba83e #bb3e51

Monochromatic Colors of #bb693e

#bb693e

Complementary Color

#bb693e #3e90bb

#bb693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb693e Color CSS Codes

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

#bb693e Text Font Color

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

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


#bb693e Background Color

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

This div background color is #bb693e


#bb693e Border Color

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

This div border color is #bb693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb693e


Comments

No comments written yet.

Please login to write comment.