Shades of Cloudy #B2A795
Tints of Cloudy #B2A795
RGB
CMYK
RGB Variations
Color information
#B2A795 (or 0xB2A795) is known color: Cloudy. HEX triplet: B2, A7 and 95. RGB value is (178,167,149). Sum of RGB (Red+Green+Blue) = 178+167+149=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A795 is #4D586A. Grayscale: #A8A8A8. Windows color (decimal): -5068907 or 9807794. OLE color: 9807794.
HSL color Cylindrical-coordinate representation of color #B2A795: hue angle of 37.24º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2A795 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 167 | 149 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.30 |
| HSL | 37.24º | 0.16% | 0.64% | - |
| HSV(B) | 37.24º | 0.16% | 0.7% | - |
| XYZ | 37.6 | 39.27 | 34.03 | - |
| YUV | 168.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 149 | 0 | 0.06 | 0.16 | 0.30 | 37.24 | 0.16 | 0.64 |
| Hex | B2 | A7 | 95 | 0 | 6 | 10 | 1E | 25 | 10 | 40 |
| Octal | 262 | 247 | 225 | 0 | 6 | 20 | 36 | 45 | 20 | 100 |
| Binary | 10110010 | 10100111 | 10010101 | 0 | 110 | 10000 | 11110 | 100101 | 10000 | 1000000 |
Color Harmonies of #B2A795
Complementary color
Monochromatic Colors of #B2A795
Black with #B2A795
Text Example
Text Example
White with #B2A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A795; }
p { color: rgb(178,167,149); }
H1.HeaderClassName
{
color: #B2A795;
}
.AnyTagClassName
{
color: #B2A795;
}
</style>
background-color css
<style>
a { background-color: #B2A795; }
a { background-color: rgb(178,167,149); }
div.DivClassName
{
background-color: #B2A795;
}
.BgClassName
{
background-color: #B2A795;
}
</style>
border-color css
<style>
span { border-color: #B2A795; }
span { border-color: rgb(178,167,149); }
td.TdClassName
{
border-color: #B2A795;
}
.TagClassName
{
border-color: #B2A795;
}
</style>