Shades of Cloudy #B5A697
Tints of Cloudy #B5A697
RGB
CMYK
RGB Variations
Color information
#B5A697 (or 0xB5A697) is known color: Cloudy. HEX triplet: B5, A6 and 97. RGB value is (181,166,151). Sum of RGB (Red+Green+Blue) = 181+166+151=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A697 is #4A5968. Grayscale: #A8A8A8. Windows color (decimal): -4872553 or 9938613. OLE color: 9938613.
HSL color Cylindrical-coordinate representation of color #B5A697: hue angle of 30º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5A697 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 151 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.29 |
| HSL | 30º | 0.17% | 0.65% | - |
| HSV(B) | 30º | 0.17% | 0.71% | - |
| XYZ | 38.28 | 39.33 | 34.85 | - |
| YUV | 168.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 151 | 0 | 0.08 | 0.17 | 0.29 | 30 | 0.17 | 0.65 |
| Hex | B5 | A6 | 97 | 0 | 8 | 11 | 1D | 1E | 11 | 41 |
| Octal | 265 | 246 | 227 | 0 | 10 | 21 | 35 | 36 | 21 | 101 |
| Binary | 10110101 | 10100110 | 10010111 | 0 | 1000 | 10001 | 11101 | 11110 | 10001 | 1000001 |
Color Harmonies of #B5A697
Complementary color
Monochromatic Colors of #B5A697
Black with #B5A697
Text Example
Text Example
White with #B5A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A697; }
p { color: rgb(181,166,151); }
H1.HeaderClassName
{
color: #B5A697;
}
.AnyTagClassName
{
color: #B5A697;
}
</style>
background-color css
<style>
a { background-color: #B5A697; }
a { background-color: rgb(181,166,151); }
div.DivClassName
{
background-color: #B5A697;
}
.BgClassName
{
background-color: #B5A697;
}
</style>
border-color css
<style>
span { border-color: #B5A697; }
span { border-color: rgb(181,166,151); }
td.TdClassName
{
border-color: #B5A697;
}
.TagClassName
{
border-color: #B5A697;
}
</style>