#B9AB99

Color #B9AB99 Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #B9AB99

Tints of Cloudy #B9AB99

Color information

#B9AB99 (or 0xB9AB99) is unknown color: approx Cloudy. HEX triplet: B9, AB and 99. RGB value is (185,171,153). Sum of RGB (Red+Green+Blue) = 185+171+153=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB99 is #465466. Grayscale: #ADADAD. Windows color (decimal): -4609127 or 10070969. OLE color: 10070969.

HSL color Cylindrical-coordinate representation of color #B9AB99: hue angle of 33.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9AB99 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185171153-
CMYK00.080.170.27
HSL33.75º18.6%66.27%-
HSV(B)33.75º17.3%72.55%-
XYZ40.3241.7436.07-
YUV173.13116.64136.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=36.35%
G=33.60%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517115300.080.170.2733.7518.666.27
HexB9AB9908111B221342
Octal27125323101021334223102
Binary101110011010101110011001010001000111011100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AB99; }

 p { color: rgb(185,171,153); }

 H1.HeaderClassName
 {
   color: #B9AB99;
 }
 .AnyTagClassName
 {
   color: #B9AB99;
 }
</style>
background-color css

<style>
 a { background-color: #B9AB99; }

 a { background-color: rgb(185,171,153); }

 div.DivClassName
 {
   background-color: #B9AB99;
 }
 .BgClassName
 {
   background-color: #B9AB99;
 }
</style>
border-color css

<style>
 span { border-color: #B9AB99; }

 span { border-color: rgb(185,171,153); }

 td.TdClassName
 {
   border-color: #B9AB99;
 }
 .TagClassName
 {
   border-color: #B9AB99;
 }
</style>