Shades of Cloudy #B4AA9A
Tints of Cloudy #B4AA9A
RGB
CMYK
RGB Variations
Color information
#B4AA9A (or 0xB4AA9A) is known color: Cloudy. HEX triplet: B4, AA and 9A. RGB value is (180,170,154). Sum of RGB (Red+Green+Blue) = 180+170+154=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA9A is #4B5565. Grayscale: #ABABAB. Windows color (decimal): -4937062 or 10136244. OLE color: 10136244.
HSL color Cylindrical-coordinate representation of color #B4AA9A: hue angle of 36.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4AA9A is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 170 | 154 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.29 |
| HSL | 36.92º | 0.15% | 0.65% | - |
| HSV(B) | 36.92º | 0.14% | 0.71% | - |
| XYZ | 39.03 | 40.79 | 36.39 | - |
| YUV | 171.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 154 | 0 | 0.06 | 0.14 | 0.29 | 36.92 | 0.15 | 0.65 |
| Hex | B4 | AA | 9A | 0 | 6 | E | 1D | 25 | F | 41 |
| Octal | 264 | 252 | 232 | 0 | 6 | 16 | 35 | 45 | 17 | 101 |
| Binary | 10110100 | 10101010 | 10011010 | 0 | 110 | 1110 | 11101 | 100101 | 1111 | 1000001 |
Color Harmonies of #B4AA9A
Complementary color
Monochromatic Colors of #B4AA9A
Black with #B4AA9A
Text Example
Text Example
White with #B4AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AA9A; }
p { color: rgb(180,170,154); }
H1.HeaderClassName
{
color: #B4AA9A;
}
.AnyTagClassName
{
color: #B4AA9A;
}
</style>
background-color css
<style>
a { background-color: #B4AA9A; }
a { background-color: rgb(180,170,154); }
div.DivClassName
{
background-color: #B4AA9A;
}
.BgClassName
{
background-color: #B4AA9A;
}
</style>
border-color css
<style>
span { border-color: #B4AA9A; }
span { border-color: rgb(180,170,154); }
td.TdClassName
{
border-color: #B4AA9A;
}
.TagClassName
{
border-color: #B4AA9A;
}
</style>