Shades of Cloudy #B2A292
Tints of Cloudy #B2A292
RGB
CMYK
RGB Variations
Color information
#B2A292 (or 0xB2A292) is known color: Cloudy. HEX triplet: B2, A2 and 92. RGB value is (178,162,146). Sum of RGB (Red+Green+Blue) = 178+162+146=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A292 is #4D5D6D. Grayscale: #A5A5A5. Windows color (decimal): -5070190 or 9609906. OLE color: 9609906.
HSL color Cylindrical-coordinate representation of color #B2A292: hue angle of 30º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2A292 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 146 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.30 |
| HSL | 30º | 0.17% | 0.64% | - |
| HSV(B) | 30º | 0.18% | 0.7% | - |
| XYZ | 36.47 | 37.38 | 32.49 | - |
| YUV | 164.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 146 | 0 | 0.09 | 0.18 | 0.30 | 30 | 0.17 | 0.64 |
| Hex | B2 | A2 | 92 | 0 | 9 | 12 | 1E | 1E | 11 | 40 |
| Octal | 262 | 242 | 222 | 0 | 11 | 22 | 36 | 36 | 21 | 100 |
| Binary | 10110010 | 10100010 | 10010010 | 0 | 1001 | 10010 | 11110 | 11110 | 10001 | 1000000 |
Color Harmonies of #B2A292
Complementary color
Monochromatic Colors of #B2A292
Black with #B2A292
Text Example
Text Example
White with #B2A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A292; }
p { color: rgb(178,162,146); }
H1.HeaderClassName
{
color: #B2A292;
}
.AnyTagClassName
{
color: #B2A292;
}
</style>
background-color css
<style>
a { background-color: #B2A292; }
a { background-color: rgb(178,162,146); }
div.DivClassName
{
background-color: #B2A292;
}
.BgClassName
{
background-color: #B2A292;
}
</style>
border-color css
<style>
span { border-color: #B2A292; }
span { border-color: rgb(178,162,146); }
td.TdClassName
{
border-color: #B2A292;
}
.TagClassName
{
border-color: #B2A292;
}
</style>