Shades of Cloudy #B1A391
Tints of Cloudy #B1A391
RGB
CMYK
RGB Variations
Color information
#B1A391 (or 0xB1A391) is known color: Cloudy. HEX triplet: B1, A3 and 91. RGB value is (177,163,145). Sum of RGB (Red+Green+Blue) = 177+163+145=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A391 is #4E5C6E. Grayscale: #A5A5A5. Windows color (decimal): -5135471 or 9544625. OLE color: 9544625.
HSL color Cylindrical-coordinate representation of color #B1A391: hue angle of 33.75º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1A391 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 145 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.31 |
| HSL | 33.75º | 0.17% | 0.63% | - |
| HSV(B) | 33.75º | 0.18% | 0.69% | - |
| XYZ | 36.34 | 37.59 | 32.13 | - |
| YUV | 165.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 145 | 0 | 0.08 | 0.18 | 0.31 | 33.75 | 0.17 | 0.63 |
| Hex | B1 | A3 | 91 | 0 | 8 | 12 | 1F | 22 | 11 | 3F |
| Octal | 261 | 243 | 221 | 0 | 10 | 22 | 37 | 42 | 21 | 77 |
| Binary | 10110001 | 10100011 | 10010001 | 0 | 1000 | 10010 | 11111 | 100010 | 10001 | 111111 |
Color Harmonies of #B1A391
Complementary color
Monochromatic Colors of #B1A391
Black with #B1A391
Text Example
Text Example
White with #B1A391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A391; }
p { color: rgb(177,163,145); }
H1.HeaderClassName
{
color: #B1A391;
}
.AnyTagClassName
{
color: #B1A391;
}
</style>
background-color css
<style>
a { background-color: #B1A391; }
a { background-color: rgb(177,163,145); }
div.DivClassName
{
background-color: #B1A391;
}
.BgClassName
{
background-color: #B1A391;
}
</style>
border-color css
<style>
span { border-color: #B1A391; }
span { border-color: rgb(177,163,145); }
td.TdClassName
{
border-color: #B1A391;
}
.TagClassName
{
border-color: #B1A391;
}
</style>