Shades of Cloudy #B0A69A
Tints of Cloudy #B0A69A
RGB
CMYK
RGB Variations
Color information
#B0A69A (or 0xB0A69A) is known color: Cloudy. HEX triplet: B0, A6 and 9A. RGB value is (176,166,154). Sum of RGB (Red+Green+Blue) = 176+166+154=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A69A is #4F5965. Grayscale: #A7A7A7. Windows color (decimal): -5200230 or 10135216. OLE color: 10135216.
HSL color Cylindrical-coordinate representation of color #B0A69A: hue angle of 32.73º 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 #B0A69A is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 154 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.31 |
| HSL | 32.73º | 0.12% | 0.65% | - |
| HSV(B) | 32.73º | 0.13% | 0.69% | - |
| XYZ | 37.37 | 38.84 | 36.1 | - |
| YUV | 167.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 154 | 0 | 0.06 | 0.12 | 0.31 | 32.73 | 0.12 | 0.65 |
| Hex | B0 | A6 | 9A | 0 | 6 | C | 1F | 21 | C | 41 |
| Octal | 260 | 246 | 232 | 0 | 6 | 14 | 37 | 41 | 14 | 101 |
| Binary | 10110000 | 10100110 | 10011010 | 0 | 110 | 1100 | 11111 | 100001 | 1100 | 1000001 |
Color Harmonies of #B0A69A
Complementary color
Monochromatic Colors of #B0A69A
Black with #B0A69A
Text Example
Text Example
White with #B0A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A69A; }
p { color: rgb(176,166,154); }
H1.HeaderClassName
{
color: #B0A69A;
}
.AnyTagClassName
{
color: #B0A69A;
}
</style>
background-color css
<style>
a { background-color: #B0A69A; }
a { background-color: rgb(176,166,154); }
div.DivClassName
{
background-color: #B0A69A;
}
.BgClassName
{
background-color: #B0A69A;
}
</style>
border-color css
<style>
span { border-color: #B0A69A; }
span { border-color: rgb(176,166,154); }
td.TdClassName
{
border-color: #B0A69A;
}
.TagClassName
{
border-color: #B0A69A;
}
</style>