Shades of Cloudy #B8A795
Tints of Cloudy #B8A795
RGB
CMYK
RGB Variations
Color information
#B8A795 (or 0xB8A795) is known color: Cloudy. HEX triplet: B8, A7 and 95. RGB value is (184,167,149). Sum of RGB (Red+Green+Blue) = 184+167+149=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A795 is #47586A. Grayscale: #AAAAAA. Windows color (decimal): -4675691 or 9807800. OLE color: 9807800.
HSL color Cylindrical-coordinate representation of color #B8A795: hue angle of 30.86º 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 #B8A795 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 149 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.28 |
| HSL | 30.86º | 0.2% | 0.65% | - |
| HSV(B) | 30.86º | 0.19% | 0.72% | - |
| XYZ | 39.01 | 40 | 34.1 | - |
| YUV | 170.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 149 | 0 | 0.09 | 0.19 | 0.28 | 30.86 | 0.2 | 0.65 |
| Hex | B8 | A7 | 95 | 0 | 9 | 13 | 1C | 1F | 14 | 41 |
| Octal | 270 | 247 | 225 | 0 | 11 | 23 | 34 | 37 | 24 | 101 |
| Binary | 10111000 | 10100111 | 10010101 | 0 | 1001 | 10011 | 11100 | 11111 | 10100 | 1000001 |
Color Harmonies of #B8A795
Complementary color
Monochromatic Colors of #B8A795
Black with #B8A795
Text Example
Text Example
White with #B8A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A795; }
p { color: rgb(184,167,149); }
H1.HeaderClassName
{
color: #B8A795;
}
.AnyTagClassName
{
color: #B8A795;
}
</style>
background-color css
<style>
a { background-color: #B8A795; }
a { background-color: rgb(184,167,149); }
div.DivClassName
{
background-color: #B8A795;
}
.BgClassName
{
background-color: #B8A795;
}
</style>
border-color css
<style>
span { border-color: #B8A795; }
span { border-color: rgb(184,167,149); }
td.TdClassName
{
border-color: #B8A795;
}
.TagClassName
{
border-color: #B8A795;
}
</style>