Shades of Cloudy #B4A592
Tints of Cloudy #B4A592
RGB
CMYK
RGB Variations
Color information
#B4A592 (or 0xB4A592) is known color: Cloudy. HEX triplet: B4, A5 and 92. RGB value is (180,165,146). Sum of RGB (Red+Green+Blue) = 180+165+146=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A592 is #4B5A6D. Grayscale: #A7A7A7. Windows color (decimal): -4938350 or 9610676. OLE color: 9610676.
HSL color Cylindrical-coordinate representation of color #B4A592: hue angle of 33.53º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4A592 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 146 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.29 |
| HSL | 33.53º | 0.18% | 0.64% | - |
| HSV(B) | 33.53º | 0.19% | 0.71% | - |
| XYZ | 37.47 | 38.69 | 32.69 | - |
| YUV | 167.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 146 | 0 | 0.08 | 0.19 | 0.29 | 33.53 | 0.18 | 0.64 |
| Hex | B4 | A5 | 92 | 0 | 8 | 13 | 1D | 22 | 12 | 40 |
| Octal | 264 | 245 | 222 | 0 | 10 | 23 | 35 | 42 | 22 | 100 |
| Binary | 10110100 | 10100101 | 10010010 | 0 | 1000 | 10011 | 11101 | 100010 | 10010 | 1000000 |
Color Harmonies of #B4A592
Complementary color
Monochromatic Colors of #B4A592
Black with #B4A592
Text Example
Text Example
White with #B4A592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A592; }
p { color: rgb(180,165,146); }
H1.HeaderClassName
{
color: #B4A592;
}
.AnyTagClassName
{
color: #B4A592;
}
</style>
background-color css
<style>
a { background-color: #B4A592; }
a { background-color: rgb(180,165,146); }
div.DivClassName
{
background-color: #B4A592;
}
.BgClassName
{
background-color: #B4A592;
}
</style>
border-color css
<style>
span { border-color: #B4A592; }
span { border-color: rgb(180,165,146); }
td.TdClassName
{
border-color: #B4A592;
}
.TagClassName
{
border-color: #B4A592;
}
</style>