Shades of Cloudy #B9AA97
Tints of Cloudy #B9AA97
RGB
CMYK
RGB Variations
Color information
#B9AA97 (or 0xB9AA97) is known color: Cloudy. HEX triplet: B9, AA and 97. RGB value is (185,170,151). Sum of RGB (Red+Green+Blue) = 185+170+151=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA97 is #465568. Grayscale: #ACACAC. Windows color (decimal): -4609385 or 9939641. OLE color: 9939641.
HSL color Cylindrical-coordinate representation of color #B9AA97: hue angle of 33.53º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9AA97 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 151 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.27 |
| HSL | 33.53º | 0.2% | 0.66% | - |
| HSV(B) | 33.53º | 0.18% | 0.73% | - |
| XYZ | 39.97 | 41.3 | 35.14 | - |
| YUV | 172.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 151 | 0 | 0.08 | 0.18 | 0.27 | 33.53 | 0.2 | 0.66 |
| Hex | B9 | AA | 97 | 0 | 8 | 12 | 1B | 22 | 14 | 42 |
| Octal | 271 | 252 | 227 | 0 | 10 | 22 | 33 | 42 | 24 | 102 |
| Binary | 10111001 | 10101010 | 10010111 | 0 | 1000 | 10010 | 11011 | 100010 | 10100 | 1000010 |
Color Harmonies of #B9AA97
Complementary color
Monochromatic Colors of #B9AA97
Black with #B9AA97
Text Example
Text Example
White with #B9AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA97; }
p { color: rgb(185,170,151); }
H1.HeaderClassName
{
color: #B9AA97;
}
.AnyTagClassName
{
color: #B9AA97;
}
</style>
background-color css
<style>
a { background-color: #B9AA97; }
a { background-color: rgb(185,170,151); }
div.DivClassName
{
background-color: #B9AA97;
}
.BgClassName
{
background-color: #B9AA97;
}
</style>
border-color css
<style>
span { border-color: #B9AA97; }
span { border-color: rgb(185,170,151); }
td.TdClassName
{
border-color: #B9AA97;
}
.TagClassName
{
border-color: #B9AA97;
}
</style>