Shades of Cloudy #B2A295
Tints of Cloudy #B2A295
RGB
CMYK
RGB Variations
Color information
#B2A295 (or 0xB2A295) is known color: Cloudy. HEX triplet: B2, A2 and 95. RGB value is (178,162,149). Sum of RGB (Red+Green+Blue) = 178+162+149=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A295 is #4D5D6A. Grayscale: #A5A5A5. Windows color (decimal): -5070187 or 9806514. OLE color: 9806514.
HSL color Cylindrical-coordinate representation of color #B2A295: hue angle of 26.9º 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 #B2A295 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 149 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.30 |
| HSL | 26.9º | 0.16% | 0.64% | - |
| HSV(B) | 26.9º | 0.16% | 0.7% | - |
| XYZ | 36.71 | 37.48 | 33.73 | - |
| YUV | 165.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 149 | 0 | 0.09 | 0.16 | 0.30 | 26.9 | 0.16 | 0.64 |
| Hex | B2 | A2 | 95 | 0 | 9 | 10 | 1E | 1B | 10 | 40 |
| Octal | 262 | 242 | 225 | 0 | 11 | 20 | 36 | 33 | 20 | 100 |
| Binary | 10110010 | 10100010 | 10010101 | 0 | 1001 | 10000 | 11110 | 11011 | 10000 | 1000000 |
Color Harmonies of #B2A295
Complementary color
Monochromatic Colors of #B2A295
Black with #B2A295
Text Example
Text Example
White with #B2A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A295; }
p { color: rgb(178,162,149); }
H1.HeaderClassName
{
color: #B2A295;
}
.AnyTagClassName
{
color: #B2A295;
}
</style>
background-color css
<style>
a { background-color: #B2A295; }
a { background-color: rgb(178,162,149); }
div.DivClassName
{
background-color: #B2A295;
}
.BgClassName
{
background-color: #B2A295;
}
</style>
border-color css
<style>
span { border-color: #B2A295; }
span { border-color: rgb(178,162,149); }
td.TdClassName
{
border-color: #B2A295;
}
.TagClassName
{
border-color: #B2A295;
}
</style>