Shades of Cloudy #B9A996
Tints of Cloudy #B9A996
RGB
CMYK
RGB Variations
Color information
#B9A996 (or 0xB9A996) is known color: Cloudy. HEX triplet: B9, A9 and 96. RGB value is (185,169,150). Sum of RGB (Red+Green+Blue) = 185+169+150=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A996 is #465669. Grayscale: #ABABAB. Windows color (decimal): -4609642 or 9873849. OLE color: 9873849.
HSL color Cylindrical-coordinate representation of color #B9A996: hue angle of 32.57º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9A996 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 150 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.27 |
| HSL | 32.57º | 0.2% | 0.66% | - |
| HSV(B) | 32.57º | 0.19% | 0.73% | - |
| XYZ | 39.7 | 40.89 | 34.65 | - |
| YUV | 171.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 150 | 0 | 0.09 | 0.19 | 0.27 | 32.57 | 0.2 | 0.66 |
| Hex | B9 | A9 | 96 | 0 | 9 | 13 | 1B | 21 | 14 | 42 |
| Octal | 271 | 251 | 226 | 0 | 11 | 23 | 33 | 41 | 24 | 102 |
| Binary | 10111001 | 10101001 | 10010110 | 0 | 1001 | 10011 | 11011 | 100001 | 10100 | 1000010 |
Color Harmonies of #B9A996
Complementary color
Monochromatic Colors of #B9A996
Black with #B9A996
Text Example
Text Example
White with #B9A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A996; }
p { color: rgb(185,169,150); }
H1.HeaderClassName
{
color: #B9A996;
}
.AnyTagClassName
{
color: #B9A996;
}
</style>
background-color css
<style>
a { background-color: #B9A996; }
a { background-color: rgb(185,169,150); }
div.DivClassName
{
background-color: #B9A996;
}
.BgClassName
{
background-color: #B9A996;
}
</style>
border-color css
<style>
span { border-color: #B9A996; }
span { border-color: rgb(185,169,150); }
td.TdClassName
{
border-color: #B9A996;
}
.TagClassName
{
border-color: #B9A996;
}
</style>