Shades of Cloudy #B0A59C
Tints of Cloudy #B0A59C
RGB
CMYK
RGB Variations
Color information
#B0A59C (or 0xB0A59C) is known color: Cloudy. HEX triplet: B0, A5 and 9C. RGB value is (176,165,156). Sum of RGB (Red+Green+Blue) = 176+165+156=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A59C is #4F5A63. Grayscale: #A7A7A7. Windows color (decimal): -5200484 or 10266032. OLE color: 10266032.
HSL color Cylindrical-coordinate representation of color #B0A59C: hue angle of 27º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A59C is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 156 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.31 |
| HSL | 27º | 0.11% | 0.65% | - |
| HSV(B) | 27º | 0.11% | 0.69% | - |
| XYZ | 37.36 | 38.54 | 36.92 | - |
| YUV | 167.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 156 | 0 | 0.06 | 0.11 | 0.31 | 27 | 0.11 | 0.65 |
| Hex | B0 | A5 | 9C | 0 | 6 | B | 1F | 1B | B | 41 |
| Octal | 260 | 245 | 234 | 0 | 6 | 13 | 37 | 33 | 13 | 101 |
| Binary | 10110000 | 10100101 | 10011100 | 0 | 110 | 1011 | 11111 | 11011 | 1011 | 1000001 |
Color Harmonies of #B0A59C
Complementary color
Monochromatic Colors of #B0A59C
Black with #B0A59C
Text Example
Text Example
White with #B0A59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A59C; }
p { color: rgb(176,165,156); }
H1.HeaderClassName
{
color: #B0A59C;
}
.AnyTagClassName
{
color: #B0A59C;
}
</style>
background-color css
<style>
a { background-color: #B0A59C; }
a { background-color: rgb(176,165,156); }
div.DivClassName
{
background-color: #B0A59C;
}
.BgClassName
{
background-color: #B0A59C;
}
</style>
border-color css
<style>
span { border-color: #B0A59C; }
span { border-color: rgb(176,165,156); }
td.TdClassName
{
border-color: #B0A59C;
}
.TagClassName
{
border-color: #B0A59C;
}
</style>