Color Hex Logo

#bb9266 Color Hex

#BB9266
(187,146,102)
0 Favorites   0 Comments

Color spaces of #bb9266

RGB 187146102
HSL0.090.380.57
HSV31°45°73°
CMYK 0.000.220.45   0.27
XYZ33.170732.081917.0145
Yxy32.08190.40320.3900
Hunter Lab56.64095.413721.8383
CIE-Lab63.41059.739829.1897

#bb9266 color RGB value is (187,146,102).

#bb9266 hex color red value is 187, green value is 146 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bb9266 hue: 0.09 , saturation: 0.38 and the lightness value of bb9266 is 0.57.

The process color (four color CMYK) of #bb9266 color hex is 0.00, 0.22, 0.45, 0.27. Web safe color of #bb9266 is #cc9966. Color #bb9266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010010 01100110
Octal 273 222 146
Decimal 187 146 102
Hex BB 92 66

RGB Percentages of Color #bb9266

%42.99
%33.56
%23.45

CMYK Percentages of Color #bb9266

%0
%22
%45
%27

Triadic Colors of #bb9266

#bb9266 #66bb92 #9266bb

Analogous Colors of #bb9266

#bb9266 #babb66 #bb6866

Monochromatic Colors of #bb9266

#bb9266

Complementary Color

#bb9266 #668fbb

#bb9266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9266 Color CSS Codes

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

#bb9266 Text Font Color

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

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


#bb9266 Background Color

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

This div background color is #bb9266


#bb9266 Border Color

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

This div border color is #bb9266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9266


Comments

No comments written yet.

Please login to write comment.