Shades of Cloudy #B0A399
Tints of Cloudy #B0A399
RGB
CMYK
RGB Variations
Color information
#B0A399 (or 0xB0A399) is known color: Cloudy. HEX triplet: B0, A3 and 99. RGB value is (176,163,153). Sum of RGB (Red+Green+Blue) = 176+163+153=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A399 is #4F5C66. Grayscale: #A5A5A5. Windows color (decimal): -5200999 or 10068912. OLE color: 10068912.
HSL color Cylindrical-coordinate representation of color #B0A399: hue angle of 26.09º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A399 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 153 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.31 |
| HSL | 26.09º | 0.13% | 0.65% | - |
| HSV(B) | 26.09º | 0.13% | 0.69% | - |
| XYZ | 36.75 | 37.72 | 35.48 | - |
| YUV | 165.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 153 | 0 | 0.07 | 0.13 | 0.31 | 26.09 | 0.13 | 0.65 |
| Hex | B0 | A3 | 99 | 0 | 7 | D | 1F | 1A | D | 41 |
| Octal | 260 | 243 | 231 | 0 | 7 | 15 | 37 | 32 | 15 | 101 |
| Binary | 10110000 | 10100011 | 10011001 | 0 | 111 | 1101 | 11111 | 11010 | 1101 | 1000001 |
Color Harmonies of #B0A399
Complementary color
Monochromatic Colors of #B0A399
Black with #B0A399
Text Example
Text Example
White with #B0A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A399; }
p { color: rgb(176,163,153); }
H1.HeaderClassName
{
color: #B0A399;
}
.AnyTagClassName
{
color: #B0A399;
}
</style>
background-color css
<style>
a { background-color: #B0A399; }
a { background-color: rgb(176,163,153); }
div.DivClassName
{
background-color: #B0A399;
}
.BgClassName
{
background-color: #B0A399;
}
</style>
border-color css
<style>
span { border-color: #B0A399; }
span { border-color: rgb(176,163,153); }
td.TdClassName
{
border-color: #B0A399;
}
.TagClassName
{
border-color: #B0A399;
}
</style>