Color Hex Logo

#bbb98d Color Hex

#BBB98D
(187,185,141)
0 Favorites   0 Comments

Color spaces of #bbb98d

RGB 187185141
HSL0.160.250.64
HSV57°25°73°
CMYK 0.000.010.25   0.27
XYZ42.650247.185832.0592
Yxy47.18580.34990.3871
Hunter Lab68.6919-9.381820.4131
CIE-Lab74.3085-6.467422.6504

#bbb98d color RGB value is (187,185,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 10001101
Octal 273 271 215
Decimal 187 185 141
Hex BB B9 8D

RGB Percentages of Color #bbb98d

%36.45
%36.06
%27.49

CMYK Percentages of Color #bbb98d

%0
%1
%25
%27

Triadic Colors of #bbb98d

#bbb98d #8dbbb9 #b98dbb

Analogous Colors of #bbb98d

#bbb98d #a6bb8d #bba28d

Monochromatic Colors of #bbb98d

#bbb98d

Complementary Color

#bbb98d #8d8fbb

#bbb98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb98d Color CSS Codes

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

#bbb98d Text Font Color

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

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


#bbb98d Background Color

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

This div background color is #bbb98d


#bbb98d Border Color

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

This div border color is #bbb98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb98d


Comments

No comments written yet.

Please login to write comment.