Shades of Cloudy #B1A394
Tints of Cloudy #B1A394
RGB
CMYK
RGB Variations
Color information
#B1A394 (or 0xB1A394) is known color: Cloudy. HEX triplet: B1, A3 and 94. RGB value is (177,163,148). Sum of RGB (Red+Green+Blue) = 177+163+148=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A394 is #4E5C6B. Grayscale: #A5A5A5. Windows color (decimal): -5135468 or 9741233. OLE color: 9741233.
HSL color Cylindrical-coordinate representation of color #B1A394: hue angle of 31.03º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1A394 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 148 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.31 |
| HSL | 31.03º | 0.16% | 0.64% | - |
| HSV(B) | 31.03º | 0.16% | 0.69% | - |
| XYZ | 36.57 | 37.68 | 33.36 | - |
| YUV | 165.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 148 | 0 | 0.08 | 0.16 | 0.31 | 31.03 | 0.16 | 0.64 |
| Hex | B1 | A3 | 94 | 0 | 8 | 10 | 1F | 1F | 10 | 40 |
| Octal | 261 | 243 | 224 | 0 | 10 | 20 | 37 | 37 | 20 | 100 |
| Binary | 10110001 | 10100011 | 10010100 | 0 | 1000 | 10000 | 11111 | 11111 | 10000 | 1000000 |
Color Harmonies of #B1A394
Complementary color
Monochromatic Colors of #B1A394
Black with #B1A394
Text Example
Text Example
White with #B1A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A394; }
p { color: rgb(177,163,148); }
H1.HeaderClassName
{
color: #B1A394;
}
.AnyTagClassName
{
color: #B1A394;
}
</style>
background-color css
<style>
a { background-color: #B1A394; }
a { background-color: rgb(177,163,148); }
div.DivClassName
{
background-color: #B1A394;
}
.BgClassName
{
background-color: #B1A394;
}
</style>
border-color css
<style>
span { border-color: #B1A394; }
span { border-color: rgb(177,163,148); }
td.TdClassName
{
border-color: #B1A394;
}
.TagClassName
{
border-color: #B1A394;
}
</style>