Shades of Mandy #B7595A
Tints of Mandy #B7595A
RGB
CMYK
RGB Variations
Color information
#B7595A (or 0xB7595A) is known color: Mandy. HEX triplet: B7, 59 and 5A. RGB value is (183,89,90). Sum of RGB (Red+Green+Blue) = 183+89+90=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7595A is #48A6A5. Grayscale: #757575. Windows color (decimal): -4761254 or 5921207. OLE color: 5921207.
HSL color Cylindrical-coordinate representation of color #B7595A: hue angle of 359.36º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7595A is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 90 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.28 |
| HSL | 359.36º | 0.39% | 0.53% | - |
| HSV(B) | 359.36º | 0.51% | 0.72% | - |
| XYZ | 24.95 | 17.95 | 11.82 | - |
| YUV | 117.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 90 | 0 | 0.51 | 0.51 | 0.28 | 359.36 | 0.39 | 0.53 |
| Hex | B7 | 59 | 5A | 0 | 33 | 33 | 1C | 167 | 27 | 35 |
| Octal | 267 | 131 | 132 | 0 | 63 | 63 | 34 | 547 | 47 | 65 |
| Binary | 10110111 | 1011001 | 1011010 | 0 | 110011 | 110011 | 11100 | 101100111 | 100111 | 110101 |
Color Harmonies of #B7595A
Complementary color
Monochromatic Colors of #B7595A
Black with #B7595A
Text Example
Text Example
White with #B7595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7595A; }
p { color: rgb(183,89,90); }
H1.HeaderClassName
{
color: #B7595A;
}
.AnyTagClassName
{
color: #B7595A;
}
</style>
background-color css
<style>
a { background-color: #B7595A; }
a { background-color: rgb(183,89,90); }
div.DivClassName
{
background-color: #B7595A;
}
.BgClassName
{
background-color: #B7595A;
}
</style>
border-color css
<style>
span { border-color: #B7595A; }
span { border-color: rgb(183,89,90); }
td.TdClassName
{
border-color: #B7595A;
}
.TagClassName
{
border-color: #B7595A;
}
</style>