Shades of Cloudy #B4A898
Tints of Cloudy #B4A898
RGB
CMYK
RGB Variations
Color information
#B4A898 (or 0xB4A898) is known color: Cloudy. HEX triplet: B4, A8 and 98. RGB value is (180,168,152). Sum of RGB (Red+Green+Blue) = 180+168+152=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A898 is #4B5767. Grayscale: #A9A9A9. Windows color (decimal): -4937576 or 10004660. OLE color: 10004660.
HSL color Cylindrical-coordinate representation of color #B4A898: hue angle of 34.29º 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 #B4A898 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 152 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.29 |
| HSL | 34.29º | 0.16% | 0.65% | - |
| HSV(B) | 34.29º | 0.16% | 0.71% | - |
| XYZ | 38.49 | 39.98 | 35.39 | - |
| YUV | 169.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 152 | 0 | 0.07 | 0.16 | 0.29 | 34.29 | 0.16 | 0.65 |
| Hex | B4 | A8 | 98 | 0 | 7 | 10 | 1D | 22 | 10 | 41 |
| Octal | 264 | 250 | 230 | 0 | 7 | 20 | 35 | 42 | 20 | 101 |
| Binary | 10110100 | 10101000 | 10011000 | 0 | 111 | 10000 | 11101 | 100010 | 10000 | 1000001 |
Color Harmonies of #B4A898
Complementary color
Monochromatic Colors of #B4A898
Black with #B4A898
Text Example
Text Example
White with #B4A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A898; }
p { color: rgb(180,168,152); }
H1.HeaderClassName
{
color: #B4A898;
}
.AnyTagClassName
{
color: #B4A898;
}
</style>
background-color css
<style>
a { background-color: #B4A898; }
a { background-color: rgb(180,168,152); }
div.DivClassName
{
background-color: #B4A898;
}
.BgClassName
{
background-color: #B4A898;
}
</style>
border-color css
<style>
span { border-color: #B4A898; }
span { border-color: rgb(180,168,152); }
td.TdClassName
{
border-color: #B4A898;
}
.TagClassName
{
border-color: #B4A898;
}
</style>