Shades of Cloudy #B0A69E
Tints of Cloudy #B0A69E
RGB
CMYK
RGB Variations
Color information
#B0A69E (or 0xB0A69E) is known color: Cloudy. HEX triplet: B0, A6 and 9E. RGB value is (176,166,158). Sum of RGB (Red+Green+Blue) = 176+166+158=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A69E is #4F5961. Grayscale: #A8A8A8. Windows color (decimal): -5200226 or 10397360. OLE color: 10397360.
HSL color Cylindrical-coordinate representation of color #B0A69E: hue angle of 26.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A69E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 158 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.31 |
| HSL | 26.67º | 0.1% | 0.65% | - |
| HSV(B) | 26.67º | 0.1% | 0.69% | - |
| XYZ | 37.71 | 38.97 | 37.88 | - |
| YUV | 168.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 158 | 0 | 0.06 | 0.10 | 0.31 | 26.67 | 0.1 | 0.65 |
| Hex | B0 | A6 | 9E | 0 | 6 | A | 1F | 1B | A | 41 |
| Octal | 260 | 246 | 236 | 0 | 6 | 12 | 37 | 33 | 12 | 101 |
| Binary | 10110000 | 10100110 | 10011110 | 0 | 110 | 1010 | 11111 | 11011 | 1010 | 1000001 |
Color Harmonies of #B0A69E
Complementary color
Monochromatic Colors of #B0A69E
Black with #B0A69E
Text Example
Text Example
White with #B0A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A69E; }
p { color: rgb(176,166,158); }
H1.HeaderClassName
{
color: #B0A69E;
}
.AnyTagClassName
{
color: #B0A69E;
}
</style>
background-color css
<style>
a { background-color: #B0A69E; }
a { background-color: rgb(176,166,158); }
div.DivClassName
{
background-color: #B0A69E;
}
.BgClassName
{
background-color: #B0A69E;
}
</style>
border-color css
<style>
span { border-color: #B0A69E; }
span { border-color: rgb(176,166,158); }
td.TdClassName
{
border-color: #B0A69E;
}
.TagClassName
{
border-color: #B0A69E;
}
</style>