Shades of Cloudy #B0A393
Tints of Cloudy #B0A393
RGB
CMYK
RGB Variations
Color information
#B0A393 (or 0xB0A393) is known color: Cloudy. HEX triplet: B0, A3 and 93. RGB value is (176,163,147). Sum of RGB (Red+Green+Blue) = 176+163+147=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A393 is #4F5C6C. Grayscale: #A5A5A5. Windows color (decimal): -5201005 or 9675696. OLE color: 9675696.
HSL color Cylindrical-coordinate representation of color #B0A393: hue angle of 33.1º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0A393 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 163 | 147 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.31 |
| HSL | 33.1º | 0.16% | 0.63% | - |
| HSV(B) | 33.1º | 0.16% | 0.69% | - |
| XYZ | 36.27 | 37.53 | 32.94 | - |
| YUV | 165.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 147 | 0 | 0.07 | 0.16 | 0.31 | 33.1 | 0.16 | 0.63 |
| Hex | B0 | A3 | 93 | 0 | 7 | 10 | 1F | 21 | 10 | 3F |
| Octal | 260 | 243 | 223 | 0 | 7 | 20 | 37 | 41 | 20 | 77 |
| Binary | 10110000 | 10100011 | 10010011 | 0 | 111 | 10000 | 11111 | 100001 | 10000 | 111111 |
Color Harmonies of #B0A393
Complementary color
Monochromatic Colors of #B0A393
Black with #B0A393
Text Example
Text Example
White with #B0A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A393; }
p { color: rgb(176,163,147); }
H1.HeaderClassName
{
color: #B0A393;
}
.AnyTagClassName
{
color: #B0A393;
}
</style>
background-color css
<style>
a { background-color: #B0A393; }
a { background-color: rgb(176,163,147); }
div.DivClassName
{
background-color: #B0A393;
}
.BgClassName
{
background-color: #B0A393;
}
</style>
border-color css
<style>
span { border-color: #B0A393; }
span { border-color: rgb(176,163,147); }
td.TdClassName
{
border-color: #B0A393;
}
.TagClassName
{
border-color: #B0A393;
}
</style>