Shades of Cloudy #B1A99E
Tints of Cloudy #B1A99E
RGB
CMYK
RGB Variations
Color information
#B1A99E (or 0xB1A99E) is known color: Cloudy. HEX triplet: B1, A9 and 9E. RGB value is (177,169,158). Sum of RGB (Red+Green+Blue) = 177+169+158=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A99E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A99E is #4E5661. Grayscale: #AAAAAA. Windows color (decimal): -5133922 or 10398129. OLE color: 10398129.
HSL color Cylindrical-coordinate representation of color #B1A99E: hue angle of 34.74º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1A99E is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 158 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.31 |
| HSL | 34.74º | 0.11% | 0.66% | - |
| HSV(B) | 34.74º | 0.11% | 0.69% | - |
| XYZ | 38.49 | 40.19 | 38.08 | - |
| YUV | 170.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 158 | 0 | 0.05 | 0.11 | 0.31 | 34.74 | 0.11 | 0.66 |
| Hex | B1 | A9 | 9E | 0 | 5 | B | 1F | 23 | B | 42 |
| Octal | 261 | 251 | 236 | 0 | 5 | 13 | 37 | 43 | 13 | 102 |
| Binary | 10110001 | 10101001 | 10011110 | 0 | 101 | 1011 | 11111 | 100011 | 1011 | 1000010 |
Color Harmonies of #B1A99E
Complementary color
Monochromatic Colors of #B1A99E
Black with #B1A99E
Text Example
Text Example
White with #B1A99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A99E; }
p { color: rgb(177,169,158); }
H1.HeaderClassName
{
color: #B1A99E;
}
.AnyTagClassName
{
color: #B1A99E;
}
</style>
background-color css
<style>
a { background-color: #B1A99E; }
a { background-color: rgb(177,169,158); }
div.DivClassName
{
background-color: #B1A99E;
}
.BgClassName
{
background-color: #B1A99E;
}
</style>
border-color css
<style>
span { border-color: #B1A99E; }
span { border-color: rgb(177,169,158); }
td.TdClassName
{
border-color: #B1A99E;
}
.TagClassName
{
border-color: #B1A99E;
}
</style>