Shades of Cloudy #B5A692
Tints of Cloudy #B5A692
RGB
CMYK
RGB Variations
Color information
#B5A692 (or 0xB5A692) is known color: Cloudy. HEX triplet: B5, A6 and 92. RGB value is (181,166,146). Sum of RGB (Red+Green+Blue) = 181+166+146=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A692 is #4A596D. Grayscale: #A8A8A8. Windows color (decimal): -4872558 or 9610933. OLE color: 9610933.
HSL color Cylindrical-coordinate representation of color #B5A692: hue angle of 34.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5A692 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 146 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.29 |
| HSL | 34.29º | 0.19% | 0.64% | - |
| HSV(B) | 34.29º | 0.19% | 0.71% | - |
| XYZ | 37.88 | 39.17 | 32.76 | - |
| YUV | 168.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 146 | 0 | 0.08 | 0.19 | 0.29 | 34.29 | 0.19 | 0.64 |
| Hex | B5 | A6 | 92 | 0 | 8 | 13 | 1D | 22 | 13 | 40 |
| Octal | 265 | 246 | 222 | 0 | 10 | 23 | 35 | 42 | 23 | 100 |
| Binary | 10110101 | 10100110 | 10010010 | 0 | 1000 | 10011 | 11101 | 100010 | 10011 | 1000000 |
Color Harmonies of #B5A692
Complementary color
Monochromatic Colors of #B5A692
Black with #B5A692
Text Example
Text Example
White with #B5A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A692; }
p { color: rgb(181,166,146); }
H1.HeaderClassName
{
color: #B5A692;
}
.AnyTagClassName
{
color: #B5A692;
}
</style>
background-color css
<style>
a { background-color: #B5A692; }
a { background-color: rgb(181,166,146); }
div.DivClassName
{
background-color: #B5A692;
}
.BgClassName
{
background-color: #B5A692;
}
</style>
border-color css
<style>
span { border-color: #B5A692; }
span { border-color: rgb(181,166,146); }
td.TdClassName
{
border-color: #B5A692;
}
.TagClassName
{
border-color: #B5A692;
}
</style>