Shades of Cloudy #B5A89A
Tints of Cloudy #B5A89A
RGB
CMYK
RGB Variations
Color information
#B5A89A (or 0xB5A89A) is known color: Cloudy. HEX triplet: B5, A8 and 9A. RGB value is (181,168,154). Sum of RGB (Red+Green+Blue) = 181+168+154=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A89A is #4A5765. Grayscale: #AAAAAA. Windows color (decimal): -4872038 or 10135733. OLE color: 10135733.
HSL color Cylindrical-coordinate representation of color #B5A89A: hue angle of 31.11º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5A89A is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 154 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.29 |
| HSL | 31.11º | 0.15% | 0.66% | - |
| HSV(B) | 31.11º | 0.15% | 0.71% | - |
| XYZ | 38.89 | 40.16 | 36.27 | - |
| YUV | 170.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 154 | 0 | 0.07 | 0.15 | 0.29 | 31.11 | 0.15 | 0.66 |
| Hex | B5 | A8 | 9A | 0 | 7 | F | 1D | 1F | F | 42 |
| Octal | 265 | 250 | 232 | 0 | 7 | 17 | 35 | 37 | 17 | 102 |
| Binary | 10110101 | 10101000 | 10011010 | 0 | 111 | 1111 | 11101 | 11111 | 1111 | 1000010 |
Color Harmonies of #B5A89A
Complementary color
Monochromatic Colors of #B5A89A
Black with #B5A89A
Text Example
Text Example
White with #B5A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A89A; }
p { color: rgb(181,168,154); }
H1.HeaderClassName
{
color: #B5A89A;
}
.AnyTagClassName
{
color: #B5A89A;
}
</style>
background-color css
<style>
a { background-color: #B5A89A; }
a { background-color: rgb(181,168,154); }
div.DivClassName
{
background-color: #B5A89A;
}
.BgClassName
{
background-color: #B5A89A;
}
</style>
border-color css
<style>
span { border-color: #B5A89A; }
span { border-color: rgb(181,168,154); }
td.TdClassName
{
border-color: #B5A89A;
}
.TagClassName
{
border-color: #B5A89A;
}
</style>