Shades of Cloudy #B8A996
Tints of Cloudy #B8A996
RGB
CMYK
RGB Variations
Color information
#B8A996 (or 0xB8A996) is known color: Cloudy. HEX triplet: B8, A9 and 96. RGB value is (184,169,150). Sum of RGB (Red+Green+Blue) = 184+169+150=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A996 is #475669. Grayscale: #ABABAB. Windows color (decimal): -4675178 or 9873848. OLE color: 9873848.
HSL color Cylindrical-coordinate representation of color #B8A996: hue angle of 33.53º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8A996 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 169 | 150 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.28 |
| HSL | 33.53º | 0.19% | 0.65% | - |
| HSV(B) | 33.53º | 0.18% | 0.72% | - |
| XYZ | 39.46 | 40.77 | 34.64 | - |
| YUV | 171.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 150 | 0 | 0.08 | 0.18 | 0.28 | 33.53 | 0.19 | 0.65 |
| Hex | B8 | A9 | 96 | 0 | 8 | 12 | 1C | 22 | 13 | 41 |
| Octal | 270 | 251 | 226 | 0 | 10 | 22 | 34 | 42 | 23 | 101 |
| Binary | 10111000 | 10101001 | 10010110 | 0 | 1000 | 10010 | 11100 | 100010 | 10011 | 1000001 |
Color Harmonies of #B8A996
Complementary color
Monochromatic Colors of #B8A996
Black with #B8A996
Text Example
Text Example
White with #B8A996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A996; }
p { color: rgb(184,169,150); }
H1.HeaderClassName
{
color: #B8A996;
}
.AnyTagClassName
{
color: #B8A996;
}
</style>
background-color css
<style>
a { background-color: #B8A996; }
a { background-color: rgb(184,169,150); }
div.DivClassName
{
background-color: #B8A996;
}
.BgClassName
{
background-color: #B8A996;
}
</style>
border-color css
<style>
span { border-color: #B8A996; }
span { border-color: rgb(184,169,150); }
td.TdClassName
{
border-color: #B8A996;
}
.TagClassName
{
border-color: #B8A996;
}
</style>