Color Hex Logo

#bb663e Color Hex

#BB663E
(187,102,62)
0 Favorites   0 Comments

Color spaces of #bb663e

RGB 18710262
HSL0.050.500.49
HSV19°67°73°
CMYK 0.000.450.67   0.27
XYZ26.114420.41537.1216
Yxy20.41530.48670.3805
Hunter Lab45.183324.096122.2833
CIE-Lab52.303530.638537.1831

#bb663e color RGB value is (187,102,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 00111110
Octal 273 146 76
Decimal 187 102 62
Hex BB 66 3E

RGB Percentages of Color #bb663e

%53.28
%29.06
%17.66

CMYK Percentages of Color #bb663e

%0
%45
%67
%27

Triadic Colors of #bb663e

#bb663e #3ebb66 #663ebb

Analogous Colors of #bb663e

#bb663e #bba53e #bb3e54

Monochromatic Colors of #bb663e

#bb663e

Complementary Color

#bb663e #3e93bb

#bb663e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb663e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb663e Color CSS Codes

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

#bb663e Text Font Color

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

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


#bb663e Background Color

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

This div background color is #bb663e


#bb663e Border Color

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

This div border color is #bb663e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,102,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 #bb663e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb663e


Comments

No comments written yet.

Please login to write comment.