Shades of Cloudy #B3A99C
Tints of Cloudy #B3A99C
RGB
CMYK
RGB Variations
Color information
#B3A99C (or 0xB3A99C) is known color: Cloudy. HEX triplet: B3, A9 and 9C. RGB value is (179,169,156). Sum of RGB (Red+Green+Blue) = 179+169+156=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A99C is #4C5663. Grayscale: #AAAAAA. Windows color (decimal): -5002852 or 10267059. OLE color: 10267059.
HSL color Cylindrical-coordinate representation of color #B3A99C: hue angle of 33.91º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3A99C is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 156 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.30 |
| HSL | 33.91º | 0.13% | 0.66% | - |
| HSV(B) | 33.91º | 0.13% | 0.7% | - |
| XYZ | 38.78 | 40.36 | 37.2 | - |
| YUV | 170.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 156 | 0 | 0.06 | 0.13 | 0.30 | 33.91 | 0.13 | 0.66 |
| Hex | B3 | A9 | 9C | 0 | 6 | D | 1E | 22 | D | 42 |
| Octal | 263 | 251 | 234 | 0 | 6 | 15 | 36 | 42 | 15 | 102 |
| Binary | 10110011 | 10101001 | 10011100 | 0 | 110 | 1101 | 11110 | 100010 | 1101 | 1000010 |
Color Harmonies of #B3A99C
Complementary color
Monochromatic Colors of #B3A99C
Black with #B3A99C
Text Example
Text Example
White with #B3A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A99C; }
p { color: rgb(179,169,156); }
H1.HeaderClassName
{
color: #B3A99C;
}
.AnyTagClassName
{
color: #B3A99C;
}
</style>
background-color css
<style>
a { background-color: #B3A99C; }
a { background-color: rgb(179,169,156); }
div.DivClassName
{
background-color: #B3A99C;
}
.BgClassName
{
background-color: #B3A99C;
}
</style>
border-color css
<style>
span { border-color: #B3A99C; }
span { border-color: rgb(179,169,156); }
td.TdClassName
{
border-color: #B3A99C;
}
.TagClassName
{
border-color: #B3A99C;
}
</style>