Color Hex Logo

#bbb499 Color Hex

#BBB499
(187,180,153)
0 Favorites   0 Comments

Color spaces of #bbb499

RGB 187180153
HSL0.130.200.67
HSV48°18°73°
CMYK 0.000.040.18   0.27
XYZ42.564545.507236.6774
Yxy45.50720.34120.3648
Hunter Lab67.4590-5.425514.9854
CIE-Lab73.2246-2.052214.6771

#bbb499 color RGB value is (187,180,153).

#bbb499 hex color red value is 187, green value is 180 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bbb499 hue: 0.13 , saturation: 0.20 and the lightness value of bbb499 is 0.67.

The process color (four color CMYK) of #bbb499 color hex is 0.00, 0.04, 0.18, 0.27. Web safe color of #bbb499 is #cccc99. Color #bbb499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110100 10011001
Octal 273 264 231
Decimal 187 180 153
Hex BB B4 99

RGB Percentages of Color #bbb499

%35.96
%34.62
%29.42

CMYK Percentages of Color #bbb499

%0
%4
%18
%27

Triadic Colors of #bbb499

#bbb499 #99bbb4 #b499bb

Analogous Colors of #bbb499

#bbb499 #b1bb99 #bba399

Monochromatic Colors of #bbb499

#bbb499

Complementary Color

#bbb499 #99a0bb

#bbb499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb499 Color CSS Codes

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

#bbb499 Text Font Color

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

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


#bbb499 Background Color

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

This div background color is #bbb499


#bbb499 Border Color

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

This div border color is #bbb499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb499


Comments

No comments written yet.

Please login to write comment.