Shades of Cloudy #B3A999
Tints of Cloudy #B3A999
RGB
CMYK
RGB Variations
Color information
#B3A999 (or 0xB3A999) is known color: Cloudy. HEX triplet: B3, A9 and 99. RGB value is (179,169,153). Sum of RGB (Red+Green+Blue) = 179+169+153=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A999 is #4C5666. Grayscale: #AAAAAA. Windows color (decimal): -5002855 or 10070451. OLE color: 10070451.
HSL color Cylindrical-coordinate representation of color #B3A999: hue angle of 36.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3A999 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 153 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.30 |
| HSL | 36.92º | 0.15% | 0.65% | - |
| HSV(B) | 36.92º | 0.15% | 0.7% | - |
| XYZ | 38.53 | 40.26 | 35.88 | - |
| YUV | 170.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 153 | 0 | 0.06 | 0.15 | 0.30 | 36.92 | 0.15 | 0.65 |
| Hex | B3 | A9 | 99 | 0 | 6 | F | 1E | 25 | F | 41 |
| Octal | 263 | 251 | 231 | 0 | 6 | 17 | 36 | 45 | 17 | 101 |
| Binary | 10110011 | 10101001 | 10011001 | 0 | 110 | 1111 | 11110 | 100101 | 1111 | 1000001 |
Color Harmonies of #B3A999
Complementary color
Monochromatic Colors of #B3A999
Black with #B3A999
Text Example
Text Example
White with #B3A999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A999; }
p { color: rgb(179,169,153); }
H1.HeaderClassName
{
color: #B3A999;
}
.AnyTagClassName
{
color: #B3A999;
}
</style>
background-color css
<style>
a { background-color: #B3A999; }
a { background-color: rgb(179,169,153); }
div.DivClassName
{
background-color: #B3A999;
}
.BgClassName
{
background-color: #B3A999;
}
</style>
border-color css
<style>
span { border-color: #B3A999; }
span { border-color: rgb(179,169,153); }
td.TdClassName
{
border-color: #B3A999;
}
.TagClassName
{
border-color: #B3A999;
}
</style>