Shades of Cloudy #B4A99A
Tints of Cloudy #B4A99A
RGB
CMYK
RGB Variations
Color information
#B4A99A (or 0xB4A99A) is known color: Cloudy. HEX triplet: B4, A9 and 9A. RGB value is (180,169,154). Sum of RGB (Red+Green+Blue) = 180+169+154=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A99A is #4B5665. Grayscale: #AAAAAA. Windows color (decimal): -4937318 or 10135988. OLE color: 10135988.
HSL color Cylindrical-coordinate representation of color #B4A99A: hue angle of 34.62º 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 #B4A99A is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 154 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.29 |
| HSL | 34.62º | 0.15% | 0.65% | - |
| HSV(B) | 34.62º | 0.14% | 0.71% | - |
| XYZ | 38.84 | 40.41 | 36.32 | - |
| YUV | 170.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 154 | 0 | 0.06 | 0.14 | 0.29 | 34.62 | 0.15 | 0.65 |
| Hex | B4 | A9 | 9A | 0 | 6 | E | 1D | 23 | F | 41 |
| Octal | 264 | 251 | 232 | 0 | 6 | 16 | 35 | 43 | 17 | 101 |
| Binary | 10110100 | 10101001 | 10011010 | 0 | 110 | 1110 | 11101 | 100011 | 1111 | 1000001 |
Color Harmonies of #B4A99A
Complementary color
Monochromatic Colors of #B4A99A
Black with #B4A99A
Text Example
Text Example
White with #B4A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A99A; }
p { color: rgb(180,169,154); }
H1.HeaderClassName
{
color: #B4A99A;
}
.AnyTagClassName
{
color: #B4A99A;
}
</style>
background-color css
<style>
a { background-color: #B4A99A; }
a { background-color: rgb(180,169,154); }
div.DivClassName
{
background-color: #B4A99A;
}
.BgClassName
{
background-color: #B4A99A;
}
</style>
border-color css
<style>
span { border-color: #B4A99A; }
span { border-color: rgb(180,169,154); }
td.TdClassName
{
border-color: #B4A99A;
}
.TagClassName
{
border-color: #B4A99A;
}
</style>