Shades of Blush #B7566D
Tints of Blush #B7566D
RGB
CMYK
RGB Variations
Color information
#B7566D (or 0xB7566D) is known color: Blush. HEX triplet: B7, 56 and 6D. RGB value is (183,86,109). Sum of RGB (Red+Green+Blue) = 183+86+109=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7566D is #48A992. Grayscale: #757575. Windows color (decimal): -4762003 or 7165623. OLE color: 7165623.
HSL color Cylindrical-coordinate representation of color #B7566D: hue angle of 345.77º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7566D is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 109 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.28 |
| HSL | 345.77º | 0.4% | 0.53% | - |
| HSV(B) | 345.77º | 0.53% | 0.72% | - |
| XYZ | 25.62 | 17.83 | 16.56 | - |
| YUV | 117.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 109 | 0 | 0.53 | 0.40 | 0.28 | 345.77 | 0.4 | 0.53 |
| Hex | B7 | 56 | 6D | 0 | 35 | 28 | 1C | 15A | 28 | 35 |
| Octal | 267 | 126 | 155 | 0 | 65 | 50 | 34 | 532 | 50 | 65 |
| Binary | 10110111 | 1010110 | 1101101 | 0 | 110101 | 101000 | 11100 | 101011010 | 101000 | 110101 |
Color Harmonies of #B7566D
Complementary color
Monochromatic Colors of #B7566D
Black with #B7566D
Text Example
Text Example
White with #B7566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7566D; }
p { color: rgb(183,86,109); }
H1.HeaderClassName
{
color: #B7566D;
}
.AnyTagClassName
{
color: #B7566D;
}
</style>
background-color css
<style>
a { background-color: #B7566D; }
a { background-color: rgb(183,86,109); }
div.DivClassName
{
background-color: #B7566D;
}
.BgClassName
{
background-color: #B7566D;
}
</style>
border-color css
<style>
span { border-color: #B7566D; }
span { border-color: rgb(183,86,109); }
td.TdClassName
{
border-color: #B7566D;
}
.TagClassName
{
border-color: #B7566D;
}
</style>