Shades of Cloudy #B6A798
Tints of Cloudy #B6A798
RGB
CMYK
RGB Variations
Color information
#B6A798 (or 0xB6A798) is known color: Cloudy. HEX triplet: B6, A7 and 98. RGB value is (182,167,152). Sum of RGB (Red+Green+Blue) = 182+167+152=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A798 is #495867. Grayscale: #A9A9A9. Windows color (decimal): -4806760 or 10004406. OLE color: 10004406.
HSL color Cylindrical-coordinate representation of color #B6A798: hue angle of 30º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6A798 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 167 | 152 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.29 |
| HSL | 30º | 0.17% | 0.65% | - |
| HSV(B) | 30º | 0.16% | 0.71% | - |
| XYZ | 38.78 | 39.85 | 35.35 | - |
| YUV | 169.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 167 | 152 | 0 | 0.08 | 0.16 | 0.29 | 30 | 0.17 | 0.65 |
| Hex | B6 | A7 | 98 | 0 | 8 | 10 | 1D | 1E | 11 | 41 |
| Octal | 266 | 247 | 230 | 0 | 10 | 20 | 35 | 36 | 21 | 101 |
| Binary | 10110110 | 10100111 | 10011000 | 0 | 1000 | 10000 | 11101 | 11110 | 10001 | 1000001 |
Color Harmonies of #B6A798
Complementary color
Monochromatic Colors of #B6A798
Black with #B6A798
Text Example
Text Example
White with #B6A798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A798; }
p { color: rgb(182,167,152); }
H1.HeaderClassName
{
color: #B6A798;
}
.AnyTagClassName
{
color: #B6A798;
}
</style>
background-color css
<style>
a { background-color: #B6A798; }
a { background-color: rgb(182,167,152); }
div.DivClassName
{
background-color: #B6A798;
}
.BgClassName
{
background-color: #B6A798;
}
</style>
border-color css
<style>
span { border-color: #B6A798; }
span { border-color: rgb(182,167,152); }
td.TdClassName
{
border-color: #B6A798;
}
.TagClassName
{
border-color: #B6A798;
}
</style>