Color Hex Logo

#bbb993 Color Hex

#BBB993
(187,185,147)
0 Favorites   0 Comments

Color spaces of #bbb993

RGB 187185147
HSL0.160.230.65
HSV57°21°73°
CMYK 0.000.010.21   0.27
XYZ43.108947.369334.4749
Yxy47.36930.34500.3791
Hunter Lab68.8254-8.640518.4792
CIE-Lab74.4254-5.603919.5906

#bbb993 color RGB value is (187,185,147).

#bbb993 hex color red value is 187, green value is 185 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bbb993 hue: 0.16 , saturation: 0.23 and the lightness value of bbb993 is 0.65.

The process color (four color CMYK) of #bbb993 color hex is 0.00, 0.01, 0.21, 0.27. Web safe color of #bbb993 is #cccc99. Color #bbb993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 10010011
Octal 273 271 223
Decimal 187 185 147
Hex BB B9 93

RGB Percentages of Color #bbb993

%36.03
%35.65
%28.32

CMYK Percentages of Color #bbb993

%0
%1
%21
%27

Triadic Colors of #bbb993

#bbb993 #93bbb9 #b993bb

Analogous Colors of #bbb993

#bbb993 #a9bb93 #bba593

Monochromatic Colors of #bbb993

#bbb993

Complementary Color

#bbb993 #9395bb

#bbb993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb993 Color CSS Codes

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

#bbb993 Text Font Color

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

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


#bbb993 Background Color

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

This div background color is #bbb993


#bbb993 Border Color

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

This div border color is #bbb993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb993


Comments

No comments written yet.

Please login to write comment.