Shades of Cloudy #B0A599
Tints of Cloudy #B0A599
RGB
CMYK
RGB Variations
Color information
#B0A599 (or 0xB0A599) is known color: Cloudy. HEX triplet: B0, A5 and 99. RGB value is (176,165,153). Sum of RGB (Red+Green+Blue) = 176+165+153=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A599 is #4F5A66. Grayscale: #A6A6A6. Windows color (decimal): -5200487 or 10069424. OLE color: 10069424.
HSL color Cylindrical-coordinate representation of color #B0A599: hue angle of 31.3º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A599 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 153 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.31 |
| HSL | 31.3º | 0.13% | 0.65% | - |
| HSV(B) | 31.3º | 0.13% | 0.69% | - |
| XYZ | 37.11 | 38.44 | 35.6 | - |
| YUV | 166.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 153 | 0 | 0.06 | 0.13 | 0.31 | 31.3 | 0.13 | 0.65 |
| Hex | B0 | A5 | 99 | 0 | 6 | D | 1F | 1F | D | 41 |
| Octal | 260 | 245 | 231 | 0 | 6 | 15 | 37 | 37 | 15 | 101 |
| Binary | 10110000 | 10100101 | 10011001 | 0 | 110 | 1101 | 11111 | 11111 | 1101 | 1000001 |
Color Harmonies of #B0A599
Complementary color
Monochromatic Colors of #B0A599
Black with #B0A599
Text Example
Text Example
White with #B0A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A599; }
p { color: rgb(176,165,153); }
H1.HeaderClassName
{
color: #B0A599;
}
.AnyTagClassName
{
color: #B0A599;
}
</style>
background-color css
<style>
a { background-color: #B0A599; }
a { background-color: rgb(176,165,153); }
div.DivClassName
{
background-color: #B0A599;
}
.BgClassName
{
background-color: #B0A599;
}
</style>
border-color css
<style>
span { border-color: #B0A599; }
span { border-color: rgb(176,165,153); }
td.TdClassName
{
border-color: #B0A599;
}
.TagClassName
{
border-color: #B0A599;
}
</style>