Shades of Cloudy #B3A396
Tints of Cloudy #B3A396
RGB
CMYK
RGB Variations
Color information
#B3A396 (or 0xB3A396) is known color: Cloudy. HEX triplet: B3, A3 and 96. RGB value is (179,163,150). Sum of RGB (Red+Green+Blue) = 179+163+150=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A396 is #4C5C69. Grayscale: #A6A6A6. Windows color (decimal): -5004394 or 9872307. OLE color: 9872307.
HSL color Cylindrical-coordinate representation of color #B3A396: hue angle of 26.9º 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 #B3A396 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 150 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.30 |
| HSL | 26.9º | 0.16% | 0.65% | - |
| HSV(B) | 26.9º | 0.16% | 0.7% | - |
| XYZ | 37.19 | 37.98 | 34.22 | - |
| YUV | 166.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 150 | 0 | 0.09 | 0.16 | 0.30 | 26.9 | 0.16 | 0.65 |
| Hex | B3 | A3 | 96 | 0 | 9 | 10 | 1E | 1B | 10 | 41 |
| Octal | 263 | 243 | 226 | 0 | 11 | 20 | 36 | 33 | 20 | 101 |
| Binary | 10110011 | 10100011 | 10010110 | 0 | 1001 | 10000 | 11110 | 11011 | 10000 | 1000001 |
Color Harmonies of #B3A396
Complementary color
Monochromatic Colors of #B3A396
Black with #B3A396
Text Example
Text Example
White with #B3A396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A396; }
p { color: rgb(179,163,150); }
H1.HeaderClassName
{
color: #B3A396;
}
.AnyTagClassName
{
color: #B3A396;
}
</style>
background-color css
<style>
a { background-color: #B3A396; }
a { background-color: rgb(179,163,150); }
div.DivClassName
{
background-color: #B3A396;
}
.BgClassName
{
background-color: #B3A396;
}
</style>
border-color css
<style>
span { border-color: #B3A396; }
span { border-color: rgb(179,163,150); }
td.TdClassName
{
border-color: #B3A396;
}
.TagClassName
{
border-color: #B3A396;
}
</style>