Shades of Cloudy #B4A494
Tints of Cloudy #B4A494
RGB
CMYK
RGB Variations
Color information
#B4A494 (or 0xB4A494) is known color: Cloudy. HEX triplet: B4, A4 and 94. RGB value is (180,164,148). Sum of RGB (Red+Green+Blue) = 180+164+148=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A494 is #4B5B6B. Grayscale: #A7A7A7. Windows color (decimal): -4938604 or 9741492. OLE color: 9741492.
HSL color Cylindrical-coordinate representation of color #B4A494: hue angle of 30º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4A494 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 148 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.29 |
| HSL | 30º | 0.18% | 0.64% | - |
| HSV(B) | 30º | 0.18% | 0.71% | - |
| XYZ | 37.44 | 38.39 | 33.45 | - |
| YUV | 166.96 | 117.3 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 148 | 0 | 0.09 | 0.18 | 0.29 | 30 | 0.18 | 0.64 |
| Hex | B4 | A4 | 94 | 0 | 9 | 12 | 1D | 1E | 12 | 40 |
| Octal | 264 | 244 | 224 | 0 | 11 | 22 | 35 | 36 | 22 | 100 |
| Binary | 10110100 | 10100100 | 10010100 | 0 | 1001 | 10010 | 11101 | 11110 | 10010 | 1000000 |
Color Harmonies of #B4A494
Complementary color
Monochromatic Colors of #B4A494
Black with #B4A494
Text Example
Text Example
White with #B4A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A494; }
p { color: rgb(180,164,148); }
H1.HeaderClassName
{
color: #B4A494;
}
.AnyTagClassName
{
color: #B4A494;
}
</style>
background-color css
<style>
a { background-color: #B4A494; }
a { background-color: rgb(180,164,148); }
div.DivClassName
{
background-color: #B4A494;
}
.BgClassName
{
background-color: #B4A494;
}
</style>
border-color css
<style>
span { border-color: #B4A494; }
span { border-color: rgb(180,164,148); }
td.TdClassName
{
border-color: #B4A494;
}
.TagClassName
{
border-color: #B4A494;
}
</style>