Shades of Cloudy #B2A390
Tints of Cloudy #B2A390
RGB
CMYK
RGB Variations
Color information
#B2A390 (or 0xB2A390) is known color: Cloudy. HEX triplet: B2, A3 and 90. RGB value is (178,163,144). Sum of RGB (Red+Green+Blue) = 178+163+144=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A390 is #4D5C6F. Grayscale: #A5A5A5. Windows color (decimal): -5069936 or 9479090. OLE color: 9479090.
HSL color Cylindrical-coordinate representation of color #B2A390: hue angle of 33.53º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2A390 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 144 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.30 |
| HSL | 33.53º | 0.18% | 0.63% | - |
| HSV(B) | 33.53º | 0.19% | 0.7% | - |
| XYZ | 36.49 | 37.67 | 31.73 | - |
| YUV | 165.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 144 | 0 | 0.08 | 0.19 | 0.30 | 33.53 | 0.18 | 0.63 |
| Hex | B2 | A3 | 90 | 0 | 8 | 13 | 1E | 22 | 12 | 3F |
| Octal | 262 | 243 | 220 | 0 | 10 | 23 | 36 | 42 | 22 | 77 |
| Binary | 10110010 | 10100011 | 10010000 | 0 | 1000 | 10011 | 11110 | 100010 | 10010 | 111111 |
Color Harmonies of #B2A390
Complementary color
Monochromatic Colors of #B2A390
Black with #B2A390
Text Example
Text Example
White with #B2A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A390; }
p { color: rgb(178,163,144); }
H1.HeaderClassName
{
color: #B2A390;
}
.AnyTagClassName
{
color: #B2A390;
}
</style>
background-color css
<style>
a { background-color: #B2A390; }
a { background-color: rgb(178,163,144); }
div.DivClassName
{
background-color: #B2A390;
}
.BgClassName
{
background-color: #B2A390;
}
</style>
border-color css
<style>
span { border-color: #B2A390; }
span { border-color: rgb(178,163,144); }
td.TdClassName
{
border-color: #B2A390;
}
.TagClassName
{
border-color: #B2A390;
}
</style>