Shades of Cloudy #B0A497
Tints of Cloudy #B0A497
RGB
CMYK
RGB Variations
Color information
#B0A497 (or 0xB0A497) is known color: Cloudy. HEX triplet: B0, A4 and 97. RGB value is (176,164,151). Sum of RGB (Red+Green+Blue) = 176+164+151=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A497 is #4F5B68. Grayscale: #A6A6A6. Windows color (decimal): -5200745 or 9938096. OLE color: 9938096.
HSL color Cylindrical-coordinate representation of color #B0A497: hue angle of 31.2º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0A497 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 164 | 151 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.31 |
| HSL | 31.2º | 0.14% | 0.64% | - |
| HSV(B) | 31.2º | 0.14% | 0.69% | - |
| XYZ | 36.77 | 38.02 | 34.68 | - |
| YUV | 166.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 151 | 0 | 0.07 | 0.14 | 0.31 | 31.2 | 0.14 | 0.64 |
| Hex | B0 | A4 | 97 | 0 | 7 | E | 1F | 1F | E | 40 |
| Octal | 260 | 244 | 227 | 0 | 7 | 16 | 37 | 37 | 16 | 100 |
| Binary | 10110000 | 10100100 | 10010111 | 0 | 111 | 1110 | 11111 | 11111 | 1110 | 1000000 |
Color Harmonies of #B0A497
Complementary color
Monochromatic Colors of #B0A497
Black with #B0A497
Text Example
Text Example
White with #B0A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A497; }
p { color: rgb(176,164,151); }
H1.HeaderClassName
{
color: #B0A497;
}
.AnyTagClassName
{
color: #B0A497;
}
</style>
background-color css
<style>
a { background-color: #B0A497; }
a { background-color: rgb(176,164,151); }
div.DivClassName
{
background-color: #B0A497;
}
.BgClassName
{
background-color: #B0A497;
}
</style>
border-color css
<style>
span { border-color: #B0A497; }
span { border-color: rgb(176,164,151); }
td.TdClassName
{
border-color: #B0A497;
}
.TagClassName
{
border-color: #B0A497;
}
</style>