Shades of Cloudy #B3A896
Tints of Cloudy #B3A896
RGB
CMYK
RGB Variations
Color information
#B3A896 (or 0xB3A896) is known color: Cloudy. HEX triplet: B3, A8 and 96. RGB value is (179,168,150). Sum of RGB (Red+Green+Blue) = 179+168+150=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A896 is #4C5769. Grayscale: #A9A9A9. Windows color (decimal): -5003114 or 9873587. OLE color: 9873587.
HSL color Cylindrical-coordinate representation of color #B3A896: hue angle of 37.24º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3A896 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 150 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.30 |
| HSL | 37.24º | 0.16% | 0.65% | - |
| HSV(B) | 37.24º | 0.16% | 0.7% | - |
| XYZ | 38.1 | 39.79 | 34.53 | - |
| YUV | 169.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 150 | 0 | 0.06 | 0.16 | 0.30 | 37.24 | 0.16 | 0.65 |
| Hex | B3 | A8 | 96 | 0 | 6 | 10 | 1E | 25 | 10 | 41 |
| Octal | 263 | 250 | 226 | 0 | 6 | 20 | 36 | 45 | 20 | 101 |
| Binary | 10110011 | 10101000 | 10010110 | 0 | 110 | 10000 | 11110 | 100101 | 10000 | 1000001 |
Color Harmonies of #B3A896
Complementary color
Monochromatic Colors of #B3A896
Black with #B3A896
Text Example
Text Example
White with #B3A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A896; }
p { color: rgb(179,168,150); }
H1.HeaderClassName
{
color: #B3A896;
}
.AnyTagClassName
{
color: #B3A896;
}
</style>
background-color css
<style>
a { background-color: #B3A896; }
a { background-color: rgb(179,168,150); }
div.DivClassName
{
background-color: #B3A896;
}
.BgClassName
{
background-color: #B3A896;
}
</style>
border-color css
<style>
span { border-color: #B3A896; }
span { border-color: rgb(179,168,150); }
td.TdClassName
{
border-color: #B3A896;
}
.TagClassName
{
border-color: #B3A896;
}
</style>