Shades of Cloudy #B5A28E
Tints of Cloudy #B5A28E
RGB
CMYK
RGB Variations
Color information
#B5A28E (or 0xB5A28E) is known color: Cloudy. HEX triplet: B5, A2 and 8E. RGB value is (181,162,142). Sum of RGB (Red+Green+Blue) = 181+162+142=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A28E is #4A5D71. Grayscale: #A5A5A5. Windows color (decimal): -4873586 or 9347765. OLE color: 9347765.
HSL color Cylindrical-coordinate representation of color #B5A28E: hue angle of 30.77º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5A28E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 142 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.29 |
| HSL | 30.77º | 0.21% | 0.63% | - |
| HSV(B) | 30.77º | 0.22% | 0.71% | - |
| XYZ | 36.86 | 37.62 | 30.91 | - |
| YUV | 165.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 142 | 0 | 0.10 | 0.22 | 0.29 | 30.77 | 0.21 | 0.63 |
| Hex | B5 | A2 | 8E | 0 | A | 16 | 1D | 1F | 15 | 3F |
| Octal | 265 | 242 | 216 | 0 | 12 | 26 | 35 | 37 | 25 | 77 |
| Binary | 10110101 | 10100010 | 10001110 | 0 | 1010 | 10110 | 11101 | 11111 | 10101 | 111111 |
Color Harmonies of #B5A28E
Complementary color
Monochromatic Colors of #B5A28E
Black with #B5A28E
Text Example
Text Example
White with #B5A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A28E; }
p { color: rgb(181,162,142); }
H1.HeaderClassName
{
color: #B5A28E;
}
.AnyTagClassName
{
color: #B5A28E;
}
</style>
background-color css
<style>
a { background-color: #B5A28E; }
a { background-color: rgb(181,162,142); }
div.DivClassName
{
background-color: #B5A28E;
}
.BgClassName
{
background-color: #B5A28E;
}
</style>
border-color css
<style>
span { border-color: #B5A28E; }
span { border-color: rgb(181,162,142); }
td.TdClassName
{
border-color: #B5A28E;
}
.TagClassName
{
border-color: #B5A28E;
}
</style>