Shades of Cloudy #B5A899
Tints of Cloudy #B5A899
RGB
CMYK
RGB Variations
Color information
#B5A899 (or 0xB5A899) is known color: Cloudy. HEX triplet: B5, A8 and 99. RGB value is (181,168,153). Sum of RGB (Red+Green+Blue) = 181+168+153=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A899 is #4A5766. Grayscale: #AAAAAA. Windows color (decimal): -4872039 or 10070197. OLE color: 10070197.
HSL color Cylindrical-coordinate representation of color #B5A899: hue angle of 32.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5A899 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 153 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.29 |
| HSL | 32.14º | 0.16% | 0.65% | - |
| HSV(B) | 32.14º | 0.15% | 0.71% | - |
| XYZ | 38.81 | 40.13 | 35.84 | - |
| YUV | 170.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 153 | 0 | 0.07 | 0.15 | 0.29 | 32.14 | 0.16 | 0.65 |
| Hex | B5 | A8 | 99 | 0 | 7 | F | 1D | 20 | 10 | 41 |
| Octal | 265 | 250 | 231 | 0 | 7 | 17 | 35 | 40 | 20 | 101 |
| Binary | 10110101 | 10101000 | 10011001 | 0 | 111 | 1111 | 11101 | 100000 | 10000 | 1000001 |
Color Harmonies of #B5A899
Complementary color
Monochromatic Colors of #B5A899
Black with #B5A899
Text Example
Text Example
White with #B5A899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A899; }
p { color: rgb(181,168,153); }
H1.HeaderClassName
{
color: #B5A899;
}
.AnyTagClassName
{
color: #B5A899;
}
</style>
background-color css
<style>
a { background-color: #B5A899; }
a { background-color: rgb(181,168,153); }
div.DivClassName
{
background-color: #B5A899;
}
.BgClassName
{
background-color: #B5A899;
}
</style>
border-color css
<style>
span { border-color: #B5A899; }
span { border-color: rgb(181,168,153); }
td.TdClassName
{
border-color: #B5A899;
}
.TagClassName
{
border-color: #B5A899;
}
</style>