Shades of Cloudy #B7A694
Tints of Cloudy #B7A694
RGB
CMYK
RGB Variations
Color information
#B7A694 (or 0xB7A694) is known color: Cloudy. HEX triplet: B7, A6 and 94. RGB value is (183,166,148). Sum of RGB (Red+Green+Blue) = 183+166+148=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A694 is #48596B. Grayscale: #A9A9A9. Windows color (decimal): -4741484 or 9742007. OLE color: 9742007.
HSL color Cylindrical-coordinate representation of color #B7A694: hue angle of 30.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7A694 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 148 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.28 |
| HSL | 30.86º | 0.2% | 0.65% | - |
| HSV(B) | 30.86º | 0.19% | 0.72% | - |
| XYZ | 38.51 | 39.48 | 33.61 | - |
| YUV | 169.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 148 | 0 | 0.09 | 0.19 | 0.28 | 30.86 | 0.2 | 0.65 |
| Hex | B7 | A6 | 94 | 0 | 9 | 13 | 1C | 1F | 14 | 41 |
| Octal | 267 | 246 | 224 | 0 | 11 | 23 | 34 | 37 | 24 | 101 |
| Binary | 10110111 | 10100110 | 10010100 | 0 | 1001 | 10011 | 11100 | 11111 | 10100 | 1000001 |
Color Harmonies of #B7A694
Complementary color
Monochromatic Colors of #B7A694
Black with #B7A694
Text Example
Text Example
White with #B7A694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A694; }
p { color: rgb(183,166,148); }
H1.HeaderClassName
{
color: #B7A694;
}
.AnyTagClassName
{
color: #B7A694;
}
</style>
background-color css
<style>
a { background-color: #B7A694; }
a { background-color: rgb(183,166,148); }
div.DivClassName
{
background-color: #B7A694;
}
.BgClassName
{
background-color: #B7A694;
}
</style>
border-color css
<style>
span { border-color: #B7A694; }
span { border-color: rgb(183,166,148); }
td.TdClassName
{
border-color: #B7A694;
}
.TagClassName
{
border-color: #B7A694;
}
</style>