Shades of Cloudy #B7A591
Tints of Cloudy #B7A591
RGB
CMYK
RGB Variations
Color information
#B7A591 (or 0xB7A591) is known color: Cloudy. HEX triplet: B7, A5 and 91. RGB value is (183,165,145). Sum of RGB (Red+Green+Blue) = 183+165+145=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A591 is #485A6E. Grayscale: #A8A8A8. Windows color (decimal): -4741743 or 9545143. OLE color: 9545143.
HSL color Cylindrical-coordinate representation of color #B7A591: hue angle of 31.58º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7A591 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 165 | 145 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.28 |
| HSL | 31.58º | 0.21% | 0.64% | - |
| HSV(B) | 31.58º | 0.21% | 0.72% | - |
| XYZ | 38.09 | 39.02 | 32.31 | - |
| YUV | 168.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 145 | 0 | 0.10 | 0.21 | 0.28 | 31.58 | 0.21 | 0.64 |
| Hex | B7 | A5 | 91 | 0 | A | 15 | 1C | 20 | 15 | 40 |
| Octal | 267 | 245 | 221 | 0 | 12 | 25 | 34 | 40 | 25 | 100 |
| Binary | 10110111 | 10100101 | 10010001 | 0 | 1010 | 10101 | 11100 | 100000 | 10101 | 1000000 |
Color Harmonies of #B7A591
Complementary color
Monochromatic Colors of #B7A591
Black with #B7A591
Text Example
Text Example
White with #B7A591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A591; }
p { color: rgb(183,165,145); }
H1.HeaderClassName
{
color: #B7A591;
}
.AnyTagClassName
{
color: #B7A591;
}
</style>
background-color css
<style>
a { background-color: #B7A591; }
a { background-color: rgb(183,165,145); }
div.DivClassName
{
background-color: #B7A591;
}
.BgClassName
{
background-color: #B7A591;
}
</style>
border-color css
<style>
span { border-color: #B7A591; }
span { border-color: rgb(183,165,145); }
td.TdClassName
{
border-color: #B7A591;
}
.TagClassName
{
border-color: #B7A591;
}
</style>