Shades of Cloudy #B3A593
Tints of Cloudy #B3A593
RGB
CMYK
RGB Variations
Color information
#B3A593 (or 0xB3A593) is known color: Cloudy. HEX triplet: B3, A5 and 93. RGB value is (179,165,147). Sum of RGB (Red+Green+Blue) = 179+165+147=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A593 is #4C5A6C. Grayscale: #A7A7A7. Windows color (decimal): -5003885 or 9676211. OLE color: 9676211.
HSL color Cylindrical-coordinate representation of color #B3A593: hue angle of 33.75º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3A593 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 147 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.30 |
| HSL | 33.75º | 0.17% | 0.64% | - |
| HSV(B) | 33.75º | 0.18% | 0.7% | - |
| XYZ | 37.31 | 38.6 | 33.09 | - |
| YUV | 167.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 147 | 0 | 0.08 | 0.18 | 0.30 | 33.75 | 0.17 | 0.64 |
| Hex | B3 | A5 | 93 | 0 | 8 | 12 | 1E | 22 | 11 | 40 |
| Octal | 263 | 245 | 223 | 0 | 10 | 22 | 36 | 42 | 21 | 100 |
| Binary | 10110011 | 10100101 | 10010011 | 0 | 1000 | 10010 | 11110 | 100010 | 10001 | 1000000 |
Color Harmonies of #B3A593
Complementary color
Monochromatic Colors of #B3A593
Black with #B3A593
Text Example
Text Example
White with #B3A593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A593; }
p { color: rgb(179,165,147); }
H1.HeaderClassName
{
color: #B3A593;
}
.AnyTagClassName
{
color: #B3A593;
}
</style>
background-color css
<style>
a { background-color: #B3A593; }
a { background-color: rgb(179,165,147); }
div.DivClassName
{
background-color: #B3A593;
}
.BgClassName
{
background-color: #B3A593;
}
</style>
border-color css
<style>
span { border-color: #B3A593; }
span { border-color: rgb(179,165,147); }
td.TdClassName
{
border-color: #B3A593;
}
.TagClassName
{
border-color: #B3A593;
}
</style>