Shades of Cloudy #B7A896
Tints of Cloudy #B7A896
RGB
CMYK
RGB Variations
Color information
#B7A896 (or 0xB7A896) is known color: Cloudy. HEX triplet: B7, A8 and 96. RGB value is (183,168,150). Sum of RGB (Red+Green+Blue) = 183+168+150=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A896 is #485769. Grayscale: #AAAAAA. Windows color (decimal): -4740970 or 9873591. OLE color: 9873591.
HSL color Cylindrical-coordinate representation of color #B7A896: hue angle of 32.73º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7A896 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 150 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.28 |
| HSL | 32.73º | 0.19% | 0.65% | - |
| HSV(B) | 32.73º | 0.18% | 0.72% | - |
| XYZ | 39.04 | 40.27 | 34.57 | - |
| YUV | 170.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 150 | 0 | 0.08 | 0.18 | 0.28 | 32.73 | 0.19 | 0.65 |
| Hex | B7 | A8 | 96 | 0 | 8 | 12 | 1C | 21 | 13 | 41 |
| Octal | 267 | 250 | 226 | 0 | 10 | 22 | 34 | 41 | 23 | 101 |
| Binary | 10110111 | 10101000 | 10010110 | 0 | 1000 | 10010 | 11100 | 100001 | 10011 | 1000001 |
Color Harmonies of #B7A896
Complementary color
Monochromatic Colors of #B7A896
Black with #B7A896
Text Example
Text Example
White with #B7A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A896; }
p { color: rgb(183,168,150); }
H1.HeaderClassName
{
color: #B7A896;
}
.AnyTagClassName
{
color: #B7A896;
}
</style>
background-color css
<style>
a { background-color: #B7A896; }
a { background-color: rgb(183,168,150); }
div.DivClassName
{
background-color: #B7A896;
}
.BgClassName
{
background-color: #B7A896;
}
</style>
border-color css
<style>
span { border-color: #B7A896; }
span { border-color: rgb(183,168,150); }
td.TdClassName
{
border-color: #B7A896;
}
.TagClassName
{
border-color: #B7A896;
}
</style>