Shades of Cloudy #B3A28F
Tints of Cloudy #B3A28F
RGB
CMYK
RGB Variations
Color information
#B3A28F (or 0xB3A28F) is known color: Cloudy. HEX triplet: B3, A2 and 8F. RGB value is (179,162,143). Sum of RGB (Red+Green+Blue) = 179+162+143=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A28F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A28F is #4C5D70. Grayscale: #A5A5A5. Windows color (decimal): -5004657 or 9413299. OLE color: 9413299.
HSL color Cylindrical-coordinate representation of color #B3A28F: hue angle of 31.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3A28F is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 143 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.30 |
| HSL | 31.67º | 0.19% | 0.63% | - |
| HSV(B) | 31.67º | 0.2% | 0.7% | - |
| XYZ | 36.47 | 37.41 | 31.28 | - |
| YUV | 164.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 143 | 0 | 0.09 | 0.20 | 0.30 | 31.67 | 0.19 | 0.63 |
| Hex | B3 | A2 | 8F | 0 | 9 | 14 | 1E | 20 | 13 | 3F |
| Octal | 263 | 242 | 217 | 0 | 11 | 24 | 36 | 40 | 23 | 77 |
| Binary | 10110011 | 10100010 | 10001111 | 0 | 1001 | 10100 | 11110 | 100000 | 10011 | 111111 |
Color Harmonies of #B3A28F
Complementary color
Monochromatic Colors of #B3A28F
Black with #B3A28F
Text Example
Text Example
White with #B3A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A28F; }
p { color: rgb(179,162,143); }
H1.HeaderClassName
{
color: #B3A28F;
}
.AnyTagClassName
{
color: #B3A28F;
}
</style>
background-color css
<style>
a { background-color: #B3A28F; }
a { background-color: rgb(179,162,143); }
div.DivClassName
{
background-color: #B3A28F;
}
.BgClassName
{
background-color: #B3A28F;
}
</style>
border-color css
<style>
span { border-color: #B3A28F; }
span { border-color: rgb(179,162,143); }
td.TdClassName
{
border-color: #B3A28F;
}
.TagClassName
{
border-color: #B3A28F;
}
</style>