Shades of Cloudy #B1A69A
Tints of Cloudy #B1A69A
RGB
CMYK
RGB Variations
Color information
#B1A69A (or 0xB1A69A) is known color: Cloudy. HEX triplet: B1, A6 and 9A. RGB value is (177,166,154). Sum of RGB (Red+Green+Blue) = 177+166+154=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A69A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A69A is #4E5965. Grayscale: #A7A7A7. Windows color (decimal): -5134694 or 10135217. OLE color: 10135217.
HSL color Cylindrical-coordinate representation of color #B1A69A: hue angle of 31.3º 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 #B1A69A is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 154 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.31 |
| HSL | 31.3º | 0.13% | 0.65% | - |
| HSV(B) | 31.3º | 0.13% | 0.69% | - |
| XYZ | 37.6 | 38.95 | 36.11 | - |
| YUV | 167.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 154 | 0 | 0.06 | 0.13 | 0.31 | 31.3 | 0.13 | 0.65 |
| Hex | B1 | A6 | 9A | 0 | 6 | D | 1F | 1F | D | 41 |
| Octal | 261 | 246 | 232 | 0 | 6 | 15 | 37 | 37 | 15 | 101 |
| Binary | 10110001 | 10100110 | 10011010 | 0 | 110 | 1101 | 11111 | 11111 | 1101 | 1000001 |
Color Harmonies of #B1A69A
Complementary color
Monochromatic Colors of #B1A69A
Black with #B1A69A
Text Example
Text Example
White with #B1A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A69A; }
p { color: rgb(177,166,154); }
H1.HeaderClassName
{
color: #B1A69A;
}
.AnyTagClassName
{
color: #B1A69A;
}
</style>
background-color css
<style>
a { background-color: #B1A69A; }
a { background-color: rgb(177,166,154); }
div.DivClassName
{
background-color: #B1A69A;
}
.BgClassName
{
background-color: #B1A69A;
}
</style>
border-color css
<style>
span { border-color: #B1A69A; }
span { border-color: rgb(177,166,154); }
td.TdClassName
{
border-color: #B1A69A;
}
.TagClassName
{
border-color: #B1A69A;
}
</style>