Shades of Cloudy #B1A79C
Tints of Cloudy #B1A79C
RGB
CMYK
RGB Variations
Color information
#B1A79C (or 0xB1A79C) is known color: Cloudy. HEX triplet: B1, A7 and 9C. RGB value is (177,167,156). Sum of RGB (Red+Green+Blue) = 177+167+156=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A79C is #4E5863. Grayscale: #A8A8A8. Windows color (decimal): -5134436 or 10266545. OLE color: 10266545.
HSL color Cylindrical-coordinate representation of color #B1A79C: hue angle of 31.43º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1A79C is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 156 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.31 |
| HSL | 31.43º | 0.12% | 0.65% | - |
| HSV(B) | 31.43º | 0.12% | 0.69% | - |
| XYZ | 37.95 | 39.38 | 37.05 | - |
| YUV | 168.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 156 | 0 | 0.06 | 0.12 | 0.31 | 31.43 | 0.12 | 0.65 |
| Hex | B1 | A7 | 9C | 0 | 6 | C | 1F | 1F | C | 41 |
| Octal | 261 | 247 | 234 | 0 | 6 | 14 | 37 | 37 | 14 | 101 |
| Binary | 10110001 | 10100111 | 10011100 | 0 | 110 | 1100 | 11111 | 11111 | 1100 | 1000001 |
Color Harmonies of #B1A79C
Complementary color
Monochromatic Colors of #B1A79C
Black with #B1A79C
Text Example
Text Example
White with #B1A79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A79C; }
p { color: rgb(177,167,156); }
H1.HeaderClassName
{
color: #B1A79C;
}
.AnyTagClassName
{
color: #B1A79C;
}
</style>
background-color css
<style>
a { background-color: #B1A79C; }
a { background-color: rgb(177,167,156); }
div.DivClassName
{
background-color: #B1A79C;
}
.BgClassName
{
background-color: #B1A79C;
}
</style>
border-color css
<style>
span { border-color: #B1A79C; }
span { border-color: rgb(177,167,156); }
td.TdClassName
{
border-color: #B1A79C;
}
.TagClassName
{
border-color: #B1A79C;
}
</style>