Shades of Cloudy #B8A793
Tints of Cloudy #B8A793
RGB
CMYK
RGB Variations
Color information
#B8A793 (or 0xB8A793) is known color: Cloudy. HEX triplet: B8, A7 and 93. RGB value is (184,167,147). Sum of RGB (Red+Green+Blue) = 184+167+147=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A793 is #47586C. Grayscale: #A9A9A9. Windows color (decimal): -4675693 or 9676728. OLE color: 9676728.
HSL color Cylindrical-coordinate representation of color #B8A793: hue angle of 32.43º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8A793 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 147 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.28 |
| HSL | 32.43º | 0.21% | 0.65% | - |
| HSV(B) | 32.43º | 0.2% | 0.72% | - |
| XYZ | 38.85 | 39.93 | 33.26 | - |
| YUV | 169.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 147 | 0 | 0.09 | 0.20 | 0.28 | 32.43 | 0.21 | 0.65 |
| Hex | B8 | A7 | 93 | 0 | 9 | 14 | 1C | 20 | 15 | 41 |
| Octal | 270 | 247 | 223 | 0 | 11 | 24 | 34 | 40 | 25 | 101 |
| Binary | 10111000 | 10100111 | 10010011 | 0 | 1001 | 10100 | 11100 | 100000 | 10101 | 1000001 |
Color Harmonies of #B8A793
Complementary color
Monochromatic Colors of #B8A793
Black with #B8A793
Text Example
Text Example
White with #B8A793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A793; }
p { color: rgb(184,167,147); }
H1.HeaderClassName
{
color: #B8A793;
}
.AnyTagClassName
{
color: #B8A793;
}
</style>
background-color css
<style>
a { background-color: #B8A793; }
a { background-color: rgb(184,167,147); }
div.DivClassName
{
background-color: #B8A793;
}
.BgClassName
{
background-color: #B8A793;
}
</style>
border-color css
<style>
span { border-color: #B8A793; }
span { border-color: rgb(184,167,147); }
td.TdClassName
{
border-color: #B8A793;
}
.TagClassName
{
border-color: #B8A793;
}
</style>