Shades of Cloudy #B8A995
Tints of Cloudy #B8A995
RGB
CMYK
RGB Variations
Color information
#B8A995 (or 0xB8A995) is known color: Cloudy. HEX triplet: B8, A9 and 95. RGB value is (184,169,149). Sum of RGB (Red+Green+Blue) = 184+169+149=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A995 is #47566A. Grayscale: #ABABAB. Windows color (decimal): -4675179 or 9808312. OLE color: 9808312.
HSL color Cylindrical-coordinate representation of color #B8A995: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8A995 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 169 | 149 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.28 |
| HSL | 34.29º | 0.2% | 0.65% | - |
| HSV(B) | 34.29º | 0.19% | 0.72% | - |
| XYZ | 39.38 | 40.74 | 34.22 | - |
| YUV | 171.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 149 | 0 | 0.08 | 0.19 | 0.28 | 34.29 | 0.2 | 0.65 |
| Hex | B8 | A9 | 95 | 0 | 8 | 13 | 1C | 22 | 14 | 41 |
| Octal | 270 | 251 | 225 | 0 | 10 | 23 | 34 | 42 | 24 | 101 |
| Binary | 10111000 | 10101001 | 10010101 | 0 | 1000 | 10011 | 11100 | 100010 | 10100 | 1000001 |
Color Harmonies of #B8A995
Complementary color
Monochromatic Colors of #B8A995
Black with #B8A995
Text Example
Text Example
White with #B8A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A995; }
p { color: rgb(184,169,149); }
H1.HeaderClassName
{
color: #B8A995;
}
.AnyTagClassName
{
color: #B8A995;
}
</style>
background-color css
<style>
a { background-color: #B8A995; }
a { background-color: rgb(184,169,149); }
div.DivClassName
{
background-color: #B8A995;
}
.BgClassName
{
background-color: #B8A995;
}
</style>
border-color css
<style>
span { border-color: #B8A995; }
span { border-color: rgb(184,169,149); }
td.TdClassName
{
border-color: #B8A995;
}
.TagClassName
{
border-color: #B8A995;
}
</style>