Shades of Cloudy #B1A499
Tints of Cloudy #B1A499
RGB
CMYK
RGB Variations
Color information
#B1A499 (or 0xB1A499) is known color: Cloudy. HEX triplet: B1, A4 and 99. RGB value is (177,164,153). Sum of RGB (Red+Green+Blue) = 177+164+153=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 153 (60.16% from 255 or 30.97% from 494); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A499 is #4E5B66. Grayscale: #A6A6A6. Windows color (decimal): -5135207 or 10069169. OLE color: 10069169.
HSL color Cylindrical-coordinate representation of color #B1A499: hue angle of 27.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1A499 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 164 | 153 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.31 |
| HSL | 27.5º | 0.13% | 0.65% | - |
| HSV(B) | 27.5º | 0.14% | 0.69% | - |
| XYZ | 37.16 | 38.2 | 35.55 | - |
| YUV | 166.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 153 | 0 | 0.07 | 0.14 | 0.31 | 27.5 | 0.13 | 0.65 |
| Hex | B1 | A4 | 99 | 0 | 7 | E | 1F | 1C | D | 41 |
| Octal | 261 | 244 | 231 | 0 | 7 | 16 | 37 | 34 | 15 | 101 |
| Binary | 10110001 | 10100100 | 10011001 | 0 | 111 | 1110 | 11111 | 11100 | 1101 | 1000001 |
Color Harmonies of #B1A499
Complementary color
Monochromatic Colors of #B1A499
Black with #B1A499
Text Example
Text Example
White with #B1A499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A499; }
p { color: rgb(177,164,153); }
H1.HeaderClassName
{
color: #B1A499;
}
.AnyTagClassName
{
color: #B1A499;
}
</style>
background-color css
<style>
a { background-color: #B1A499; }
a { background-color: rgb(177,164,153); }
div.DivClassName
{
background-color: #B1A499;
}
.BgClassName
{
background-color: #B1A499;
}
</style>
border-color css
<style>
span { border-color: #B1A499; }
span { border-color: rgb(177,164,153); }
td.TdClassName
{
border-color: #B1A499;
}
.TagClassName
{
border-color: #B1A499;
}
</style>