Shades of Cloudy #B6A896
Tints of Cloudy #B6A896
RGB
CMYK
RGB Variations
Color information
#B6A896 (or 0xB6A896) is known color: Cloudy. HEX triplet: B6, A8 and 96. RGB value is (182,168,150). Sum of RGB (Red+Green+Blue) = 182+168+150=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A896 is #495769. Grayscale: #AAAAAA. Windows color (decimal): -4806506 or 9873590. OLE color: 9873590.
HSL color Cylindrical-coordinate representation of color #B6A896: hue angle of 33.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6A896 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 150 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.29 |
| HSL | 33.75º | 0.18% | 0.65% | - |
| HSV(B) | 33.75º | 0.18% | 0.71% | - |
| XYZ | 38.8 | 40.15 | 34.56 | - |
| YUV | 170.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 150 | 0 | 0.08 | 0.18 | 0.29 | 33.75 | 0.18 | 0.65 |
| Hex | B6 | A8 | 96 | 0 | 8 | 12 | 1D | 22 | 12 | 41 |
| Octal | 266 | 250 | 226 | 0 | 10 | 22 | 35 | 42 | 22 | 101 |
| Binary | 10110110 | 10101000 | 10010110 | 0 | 1000 | 10010 | 11101 | 100010 | 10010 | 1000001 |
Color Harmonies of #B6A896
Complementary color
Monochromatic Colors of #B6A896
Black with #B6A896
Text Example
Text Example
White with #B6A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A896; }
p { color: rgb(182,168,150); }
H1.HeaderClassName
{
color: #B6A896;
}
.AnyTagClassName
{
color: #B6A896;
}
</style>
background-color css
<style>
a { background-color: #B6A896; }
a { background-color: rgb(182,168,150); }
div.DivClassName
{
background-color: #B6A896;
}
.BgClassName
{
background-color: #B6A896;
}
</style>
border-color css
<style>
span { border-color: #B6A896; }
span { border-color: rgb(182,168,150); }
td.TdClassName
{
border-color: #B6A896;
}
.TagClassName
{
border-color: #B6A896;
}
</style>