Shades of Blush #B7616D
Tints of Blush #B7616D
RGB
CMYK
RGB Variations
Color information
#B7616D (or 0xB7616D) is known color: Blush. HEX triplet: B7, 61 and 6D. RGB value is (183,97,109). Sum of RGB (Red+Green+Blue) = 183+97+109=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7616D is #489E92. Grayscale: #7C7C7C. Windows color (decimal): -4759187 or 7168439. OLE color: 7168439.
HSL color Cylindrical-coordinate representation of color #B7616D: hue angle of 351.63º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7616D is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 109 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.28 |
| HSL | 351.63º | 0.37% | 0.55% | - |
| HSV(B) | 351.63º | 0.47% | 0.72% | - |
| XYZ | 26.56 | 19.72 | 16.87 | - |
| YUV | 124.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 109 | 0 | 0.47 | 0.40 | 0.28 | 351.63 | 0.37 | 0.55 |
| Hex | B7 | 61 | 6D | 0 | 2F | 28 | 1C | 160 | 25 | 37 |
| Octal | 267 | 141 | 155 | 0 | 57 | 50 | 34 | 540 | 45 | 67 |
| Binary | 10110111 | 1100001 | 1101101 | 0 | 101111 | 101000 | 11100 | 101100000 | 100101 | 110111 |
Color Harmonies of #B7616D
Complementary color
Monochromatic Colors of #B7616D
Black with #B7616D
Text Example
Text Example
White with #B7616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7616D; }
p { color: rgb(183,97,109); }
H1.HeaderClassName
{
color: #B7616D;
}
.AnyTagClassName
{
color: #B7616D;
}
</style>
background-color css
<style>
a { background-color: #B7616D; }
a { background-color: rgb(183,97,109); }
div.DivClassName
{
background-color: #B7616D;
}
.BgClassName
{
background-color: #B7616D;
}
</style>
border-color css
<style>
span { border-color: #B7616D; }
span { border-color: rgb(183,97,109); }
td.TdClassName
{
border-color: #B7616D;
}
.TagClassName
{
border-color: #B7616D;
}
</style>