Shades of Cloudy #B4A290
Tints of Cloudy #B4A290
RGB
CMYK
RGB Variations
Color information
#B4A290 (or 0xB4A290) is known color: Cloudy. HEX triplet: B4, A2 and 90. RGB value is (180,162,144). Sum of RGB (Red+Green+Blue) = 180+162+144=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A290 is #4B5D6F. Grayscale: #A5A5A5. Windows color (decimal): -4939120 or 9478836. OLE color: 9478836.
HSL color Cylindrical-coordinate representation of color #B4A290: hue angle of 30º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4A290 is Cyan = 0, Magento = 0.1, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 144 | - |
| CMYK | 0 | 0.1 | 0.2 | 0.29 |
| HSL | 30º | 0.19% | 0.64% | - |
| HSV(B) | 30º | 0.2% | 0.71% | - |
| XYZ | 36.78 | 37.56 | 31.7 | - |
| YUV | 165.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 144 | 0 | 0.1 | 0.2 | 0.29 | 30 | 0.19 | 0.64 |
| Hex | B4 | A2 | 90 | 0 | A | 14 | 1D | 1E | 13 | 40 |
| Octal | 264 | 242 | 220 | 0 | 12 | 24 | 35 | 36 | 23 | 100 |
| Binary | 10110100 | 10100010 | 10010000 | 0 | 1010 | 10100 | 11101 | 11110 | 10011 | 1000000 |
Color Harmonies of #B4A290
Complementary color
Monochromatic Colors of #B4A290
Black with #B4A290
Text Example
Text Example
White with #B4A290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A290; }
p { color: rgb(180,162,144); }
H1.HeaderClassName
{
color: #B4A290;
}
.AnyTagClassName
{
color: #B4A290;
}
</style>
background-color css
<style>
a { background-color: #B4A290; }
a { background-color: rgb(180,162,144); }
div.DivClassName
{
background-color: #B4A290;
}
.BgClassName
{
background-color: #B4A290;
}
</style>
border-color css
<style>
span { border-color: #B4A290; }
span { border-color: rgb(180,162,144); }
td.TdClassName
{
border-color: #B4A290;
}
.TagClassName
{
border-color: #B4A290;
}
</style>