Shades of Cloudy #B3A392
Tints of Cloudy #B3A392
RGB
CMYK
RGB Variations
Color information
#B3A392 (or 0xB3A392) is known color: Cloudy. HEX triplet: B3, A3 and 92. RGB value is (179,163,146). Sum of RGB (Red+Green+Blue) = 179+163+146=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A392 is #4C5C6D. Grayscale: #A5A5A5. Windows color (decimal): -5004398 or 9610163. OLE color: 9610163.
HSL color Cylindrical-coordinate representation of color #B3A392: hue angle of 30.91º degrees, saturation: 0.18, 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 #B3A392 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 146 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.30 |
| HSL | 30.91º | 0.18% | 0.64% | - |
| HSV(B) | 30.91º | 0.18% | 0.7% | - |
| XYZ | 36.88 | 37.85 | 32.56 | - |
| YUV | 165.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 146 | 0 | 0.09 | 0.18 | 0.30 | 30.91 | 0.18 | 0.64 |
| Hex | B3 | A3 | 92 | 0 | 9 | 12 | 1E | 1F | 12 | 40 |
| Octal | 263 | 243 | 222 | 0 | 11 | 22 | 36 | 37 | 22 | 100 |
| Binary | 10110011 | 10100011 | 10010010 | 0 | 1001 | 10010 | 11110 | 11111 | 10010 | 1000000 |
Color Harmonies of #B3A392
Complementary color
Monochromatic Colors of #B3A392
Black with #B3A392
Text Example
Text Example
White with #B3A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A392; }
p { color: rgb(179,163,146); }
H1.HeaderClassName
{
color: #B3A392;
}
.AnyTagClassName
{
color: #B3A392;
}
</style>
background-color css
<style>
a { background-color: #B3A392; }
a { background-color: rgb(179,163,146); }
div.DivClassName
{
background-color: #B3A392;
}
.BgClassName
{
background-color: #B3A392;
}
</style>
border-color css
<style>
span { border-color: #B3A392; }
span { border-color: rgb(179,163,146); }
td.TdClassName
{
border-color: #B3A392;
}
.TagClassName
{
border-color: #B3A392;
}
</style>