Shades of Cloudy #B4A998
Tints of Cloudy #B4A998
RGB
CMYK
RGB Variations
Color information
#B4A998 (or 0xB4A998) is known color: Cloudy. HEX triplet: B4, A9 and 98. RGB value is (180,169,152). Sum of RGB (Red+Green+Blue) = 180+169+152=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A998 is #4B5667. Grayscale: #AAAAAA. Windows color (decimal): -4937320 or 10004916. OLE color: 10004916.
HSL color Cylindrical-coordinate representation of color #B4A998: hue angle of 36.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4A998 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 169 | 152 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.29 |
| HSL | 36.43º | 0.16% | 0.65% | - |
| HSV(B) | 36.43º | 0.16% | 0.71% | - |
| XYZ | 38.68 | 40.35 | 35.45 | - |
| YUV | 170.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 169 | 152 | 0 | 0.06 | 0.16 | 0.29 | 36.43 | 0.16 | 0.65 |
| Hex | B4 | A9 | 98 | 0 | 6 | 10 | 1D | 24 | 10 | 41 |
| Octal | 264 | 251 | 230 | 0 | 6 | 20 | 35 | 44 | 20 | 101 |
| Binary | 10110100 | 10101001 | 10011000 | 0 | 110 | 10000 | 11101 | 100100 | 10000 | 1000001 |
Color Harmonies of #B4A998
Complementary color
Monochromatic Colors of #B4A998
Black with #B4A998
Text Example
Text Example
White with #B4A998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A998; }
p { color: rgb(180,169,152); }
H1.HeaderClassName
{
color: #B4A998;
}
.AnyTagClassName
{
color: #B4A998;
}
</style>
background-color css
<style>
a { background-color: #B4A998; }
a { background-color: rgb(180,169,152); }
div.DivClassName
{
background-color: #B4A998;
}
.BgClassName
{
background-color: #B4A998;
}
</style>
border-color css
<style>
span { border-color: #B4A998; }
span { border-color: rgb(180,169,152); }
td.TdClassName
{
border-color: #B4A998;
}
.TagClassName
{
border-color: #B4A998;
}
</style>