Shades of Blush #B7606E
Tints of Blush #B7606E
RGB
CMYK
RGB Variations
Color information
#B7606E (or 0xB7606E) is known color: Blush. HEX triplet: B7, 60 and 6E. RGB value is (183,96,110). Sum of RGB (Red+Green+Blue) = 183+96+110=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7606E is #489F91. Grayscale: #7B7B7B. Windows color (decimal): -4759442 or 7233719. OLE color: 7233719.
HSL color Cylindrical-coordinate representation of color #B7606E: hue angle of 350.34º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7606E is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 110 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.28 |
| HSL | 350.34º | 0.38% | 0.55% | - |
| HSV(B) | 350.34º | 0.48% | 0.72% | - |
| XYZ | 26.53 | 19.56 | 17.13 | - |
| YUV | 123.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 110 | 0 | 0.48 | 0.40 | 0.28 | 350.34 | 0.38 | 0.55 |
| Hex | B7 | 60 | 6E | 0 | 30 | 28 | 1C | 15E | 26 | 37 |
| Octal | 267 | 140 | 156 | 0 | 60 | 50 | 34 | 536 | 46 | 67 |
| Binary | 10110111 | 1100000 | 1101110 | 0 | 110000 | 101000 | 11100 | 101011110 | 100110 | 110111 |
Color Harmonies of #B7606E
Complementary color
Monochromatic Colors of #B7606E
Black with #B7606E
Text Example
Text Example
White with #B7606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7606E; }
p { color: rgb(183,96,110); }
H1.HeaderClassName
{
color: #B7606E;
}
.AnyTagClassName
{
color: #B7606E;
}
</style>
background-color css
<style>
a { background-color: #B7606E; }
a { background-color: rgb(183,96,110); }
div.DivClassName
{
background-color: #B7606E;
}
.BgClassName
{
background-color: #B7606E;
}
</style>
border-color css
<style>
span { border-color: #B7606E; }
span { border-color: rgb(183,96,110); }
td.TdClassName
{
border-color: #B7606E;
}
.TagClassName
{
border-color: #B7606E;
}
</style>