Shades of Cloudy #B0A59A
Tints of Cloudy #B0A59A
RGB
CMYK
RGB Variations
Color information
#B0A59A (or 0xB0A59A) is known color: Cloudy. HEX triplet: B0, A5 and 9A. RGB value is (176,165,154). Sum of RGB (Red+Green+Blue) = 176+165+154=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A59A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A59A is #4F5A65. Grayscale: #A7A7A7. Windows color (decimal): -5200486 or 10134960. OLE color: 10134960.
HSL color Cylindrical-coordinate representation of color #B0A59A: hue angle of 30º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0A59A is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 154 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.31 |
| HSL | 30º | 0.12% | 0.65% | - |
| HSV(B) | 30º | 0.13% | 0.69% | - |
| XYZ | 37.19 | 38.47 | 36.04 | - |
| YUV | 167.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 154 | 0 | 0.06 | 0.12 | 0.31 | 30 | 0.12 | 0.65 |
| Hex | B0 | A5 | 9A | 0 | 6 | C | 1F | 1E | C | 41 |
| Octal | 260 | 245 | 232 | 0 | 6 | 14 | 37 | 36 | 14 | 101 |
| Binary | 10110000 | 10100101 | 10011010 | 0 | 110 | 1100 | 11111 | 11110 | 1100 | 1000001 |
Color Harmonies of #B0A59A
Complementary color
Monochromatic Colors of #B0A59A
Black with #B0A59A
Text Example
Text Example
White with #B0A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A59A; }
p { color: rgb(176,165,154); }
H1.HeaderClassName
{
color: #B0A59A;
}
.AnyTagClassName
{
color: #B0A59A;
}
</style>
background-color css
<style>
a { background-color: #B0A59A; }
a { background-color: rgb(176,165,154); }
div.DivClassName
{
background-color: #B0A59A;
}
.BgClassName
{
background-color: #B0A59A;
}
</style>
border-color css
<style>
span { border-color: #B0A59A; }
span { border-color: rgb(176,165,154); }
td.TdClassName
{
border-color: #B0A59A;
}
.TagClassName
{
border-color: #B0A59A;
}
</style>