Shades of Cloudy #B1A193
Tints of Cloudy #B1A193
RGB
CMYK
RGB Variations
Color information
#B1A193 (or 0xB1A193) is known color: Cloudy. HEX triplet: B1, A1 and 93. RGB value is (177,161,147). Sum of RGB (Red+Green+Blue) = 177+161+147=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A193 is #4E5E6C. Grayscale: #A4A4A4. Windows color (decimal): -5135981 or 9675185. OLE color: 9675185.
HSL color Cylindrical-coordinate representation of color #B1A193: hue angle of 28º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1A193 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 147 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.31 |
| HSL | 28º | 0.16% | 0.64% | - |
| HSV(B) | 28º | 0.17% | 0.69% | - |
| XYZ | 36.14 | 36.94 | 32.83 | - |
| YUV | 164.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 147 | 0 | 0.09 | 0.17 | 0.31 | 28 | 0.16 | 0.64 |
| Hex | B1 | A1 | 93 | 0 | 9 | 11 | 1F | 1C | 10 | 40 |
| Octal | 261 | 241 | 223 | 0 | 11 | 21 | 37 | 34 | 20 | 100 |
| Binary | 10110001 | 10100001 | 10010011 | 0 | 1001 | 10001 | 11111 | 11100 | 10000 | 1000000 |
Color Harmonies of #B1A193
Complementary color
Monochromatic Colors of #B1A193
Black with #B1A193
Text Example
Text Example
White with #B1A193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A193; }
p { color: rgb(177,161,147); }
H1.HeaderClassName
{
color: #B1A193;
}
.AnyTagClassName
{
color: #B1A193;
}
</style>
background-color css
<style>
a { background-color: #B1A193; }
a { background-color: rgb(177,161,147); }
div.DivClassName
{
background-color: #B1A193;
}
.BgClassName
{
background-color: #B1A193;
}
</style>
border-color css
<style>
span { border-color: #B1A193; }
span { border-color: rgb(177,161,147); }
td.TdClassName
{
border-color: #B1A193;
}
.TagClassName
{
border-color: #B1A193;
}
</style>