Shades of Cloudy #B0A293
Tints of Cloudy #B0A293
RGB
CMYK
RGB Variations
Color information
#B0A293 (or 0xB0A293) is known color: Cloudy. HEX triplet: B0, A2 and 93. RGB value is (176,162,147). Sum of RGB (Red+Green+Blue) = 176+162+147=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A293 is #4F5D6C. Grayscale: #A4A4A4. Windows color (decimal): -5201261 or 9675440. OLE color: 9675440.
HSL color Cylindrical-coordinate representation of color #B0A293: hue angle of 31.03º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0A293 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 147 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.31 |
| HSL | 31.03º | 0.16% | 0.63% | - |
| HSV(B) | 31.03º | 0.16% | 0.69% | - |
| XYZ | 36.09 | 37.18 | 32.88 | - |
| YUV | 164.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 147 | 0 | 0.08 | 0.16 | 0.31 | 31.03 | 0.16 | 0.63 |
| Hex | B0 | A2 | 93 | 0 | 8 | 10 | 1F | 1F | 10 | 3F |
| Octal | 260 | 242 | 223 | 0 | 10 | 20 | 37 | 37 | 20 | 77 |
| Binary | 10110000 | 10100010 | 10010011 | 0 | 1000 | 10000 | 11111 | 11111 | 10000 | 111111 |
Color Harmonies of #B0A293
Complementary color
Monochromatic Colors of #B0A293
Black with #B0A293
Text Example
Text Example
White with #B0A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A293; }
p { color: rgb(176,162,147); }
H1.HeaderClassName
{
color: #B0A293;
}
.AnyTagClassName
{
color: #B0A293;
}
</style>
background-color css
<style>
a { background-color: #B0A293; }
a { background-color: rgb(176,162,147); }
div.DivClassName
{
background-color: #B0A293;
}
.BgClassName
{
background-color: #B0A293;
}
</style>
border-color css
<style>
span { border-color: #B0A293; }
span { border-color: rgb(176,162,147); }
td.TdClassName
{
border-color: #B0A293;
}
.TagClassName
{
border-color: #B0A293;
}
</style>