Shades of Cloudy #B1A69D
Tints of Cloudy #B1A69D
RGB
CMYK
RGB Variations
Color information
#B1A69D (or 0xB1A69D) is known color: Cloudy. HEX triplet: B1, A6 and 9D. RGB value is (177,166,157). Sum of RGB (Red+Green+Blue) = 177+166+157=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A69D is #4E5962. Grayscale: #A8A8A8. Windows color (decimal): -5134691 or 10331825. OLE color: 10331825.
HSL color Cylindrical-coordinate representation of color #B1A69D: hue angle of 27º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1A69D is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 157 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.31 |
| HSL | 27º | 0.11% | 0.65% | - |
| HSV(B) | 27º | 0.11% | 0.69% | - |
| XYZ | 37.85 | 39.05 | 37.44 | - |
| YUV | 168.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 157 | 0 | 0.06 | 0.11 | 0.31 | 27 | 0.11 | 0.65 |
| Hex | B1 | A6 | 9D | 0 | 6 | B | 1F | 1B | B | 41 |
| Octal | 261 | 246 | 235 | 0 | 6 | 13 | 37 | 33 | 13 | 101 |
| Binary | 10110001 | 10100110 | 10011101 | 0 | 110 | 1011 | 11111 | 11011 | 1011 | 1000001 |
Color Harmonies of #B1A69D
Complementary color
Monochromatic Colors of #B1A69D
Black with #B1A69D
Text Example
Text Example
White with #B1A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A69D; }
p { color: rgb(177,166,157); }
H1.HeaderClassName
{
color: #B1A69D;
}
.AnyTagClassName
{
color: #B1A69D;
}
</style>
background-color css
<style>
a { background-color: #B1A69D; }
a { background-color: rgb(177,166,157); }
div.DivClassName
{
background-color: #B1A69D;
}
.BgClassName
{
background-color: #B1A69D;
}
</style>
border-color css
<style>
span { border-color: #B1A69D; }
span { border-color: rgb(177,166,157); }
td.TdClassName
{
border-color: #B1A69D;
}
.TagClassName
{
border-color: #B1A69D;
}
</style>