Shades of Cloudy #B5A698
Tints of Cloudy #B5A698
RGB
CMYK
RGB Variations
Color information
#B5A698 (or 0xB5A698) is known color: Cloudy. HEX triplet: B5, A6 and 98. RGB value is (181,166,152). Sum of RGB (Red+Green+Blue) = 181+166+152=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A698 is #4A5967. Grayscale: #A8A8A8. Windows color (decimal): -4872552 or 10004149. OLE color: 10004149.
HSL color Cylindrical-coordinate representation of color #B5A698: hue angle of 28.97º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5A698 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 152 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.29 |
| HSL | 28.97º | 0.16% | 0.65% | - |
| HSV(B) | 28.97º | 0.16% | 0.71% | - |
| XYZ | 38.36 | 39.36 | 35.28 | - |
| YUV | 168.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 152 | 0 | 0.08 | 0.16 | 0.29 | 28.97 | 0.16 | 0.65 |
| Hex | B5 | A6 | 98 | 0 | 8 | 10 | 1D | 1D | 10 | 41 |
| Octal | 265 | 246 | 230 | 0 | 10 | 20 | 35 | 35 | 20 | 101 |
| Binary | 10110101 | 10100110 | 10011000 | 0 | 1000 | 10000 | 11101 | 11101 | 10000 | 1000001 |
Color Harmonies of #B5A698
Complementary color
Monochromatic Colors of #B5A698
Black with #B5A698
Text Example
Text Example
White with #B5A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A698; }
p { color: rgb(181,166,152); }
H1.HeaderClassName
{
color: #B5A698;
}
.AnyTagClassName
{
color: #B5A698;
}
</style>
background-color css
<style>
a { background-color: #B5A698; }
a { background-color: rgb(181,166,152); }
div.DivClassName
{
background-color: #B5A698;
}
.BgClassName
{
background-color: #B5A698;
}
</style>
border-color css
<style>
span { border-color: #B5A698; }
span { border-color: rgb(181,166,152); }
td.TdClassName
{
border-color: #B5A698;
}
.TagClassName
{
border-color: #B5A698;
}
</style>