Shades of Cloudy #B8A997
Tints of Cloudy #B8A997
RGB
CMYK
RGB Variations
Color information
#B8A997 (or 0xB8A997) is known color: Cloudy. HEX triplet: B8, A9 and 97. RGB value is (184,169,151). Sum of RGB (Red+Green+Blue) = 184+169+151=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A997 is #475668. Grayscale: #ABABAB. Windows color (decimal): -4675177 or 9939384. OLE color: 9939384.
HSL color Cylindrical-coordinate representation of color #B8A997: hue angle of 32.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8A997 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 169 | 151 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.28 |
| HSL | 32.73º | 0.19% | 0.66% | - |
| HSV(B) | 32.73º | 0.18% | 0.72% | - |
| XYZ | 39.54 | 40.8 | 35.07 | - |
| YUV | 171.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 151 | 0 | 0.08 | 0.18 | 0.28 | 32.73 | 0.19 | 0.66 |
| Hex | B8 | A9 | 97 | 0 | 8 | 12 | 1C | 21 | 13 | 42 |
| Octal | 270 | 251 | 227 | 0 | 10 | 22 | 34 | 41 | 23 | 102 |
| Binary | 10111000 | 10101001 | 10010111 | 0 | 1000 | 10010 | 11100 | 100001 | 10011 | 1000010 |
Color Harmonies of #B8A997
Complementary color
Monochromatic Colors of #B8A997
Black with #B8A997
Text Example
Text Example
White with #B8A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A997; }
p { color: rgb(184,169,151); }
H1.HeaderClassName
{
color: #B8A997;
}
.AnyTagClassName
{
color: #B8A997;
}
</style>
background-color css
<style>
a { background-color: #B8A997; }
a { background-color: rgb(184,169,151); }
div.DivClassName
{
background-color: #B8A997;
}
.BgClassName
{
background-color: #B8A997;
}
</style>
border-color css
<style>
span { border-color: #B8A997; }
span { border-color: rgb(184,169,151); }
td.TdClassName
{
border-color: #B8A997;
}
.TagClassName
{
border-color: #B8A997;
}
</style>