Shades of Cloudy #B9A792
Tints of Cloudy #B9A792
RGB
CMYK
RGB Variations
Color information
#B9A792 (or 0xB9A792) is known color: Cloudy. HEX triplet: B9, A7 and 92. RGB value is (185,167,146). Sum of RGB (Red+Green+Blue) = 185+167+146=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A792 is #46586D. Grayscale: #AAAAAA. Windows color (decimal): -4610158 or 9611193. OLE color: 9611193.
HSL color Cylindrical-coordinate representation of color #B9A792: hue angle of 32.31º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A792 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 167 | 146 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.27 |
| HSL | 32.31º | 0.22% | 0.65% | - |
| HSV(B) | 32.31º | 0.21% | 0.73% | - |
| XYZ | 39.01 | 40.03 | 32.86 | - |
| YUV | 169.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 167 | 146 | 0 | 0.10 | 0.21 | 0.27 | 32.31 | 0.22 | 0.65 |
| Hex | B9 | A7 | 92 | 0 | A | 15 | 1B | 20 | 16 | 41 |
| Octal | 271 | 247 | 222 | 0 | 12 | 25 | 33 | 40 | 26 | 101 |
| Binary | 10111001 | 10100111 | 10010010 | 0 | 1010 | 10101 | 11011 | 100000 | 10110 | 1000001 |
Color Harmonies of #B9A792
Complementary color
Monochromatic Colors of #B9A792
Black with #B9A792
Text Example
Text Example
White with #B9A792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A792; }
p { color: rgb(185,167,146); }
H1.HeaderClassName
{
color: #B9A792;
}
.AnyTagClassName
{
color: #B9A792;
}
</style>
background-color css
<style>
a { background-color: #B9A792; }
a { background-color: rgb(185,167,146); }
div.DivClassName
{
background-color: #B9A792;
}
.BgClassName
{
background-color: #B9A792;
}
</style>
border-color css
<style>
span { border-color: #B9A792; }
span { border-color: rgb(185,167,146); }
td.TdClassName
{
border-color: #B9A792;
}
.TagClassName
{
border-color: #B9A792;
}
</style>