Shades of Blush #B7616B
Tints of Blush #B7616B
RGB
CMYK
RGB Variations
Color information
#B7616B (or 0xB7616B) is known color: Blush. HEX triplet: B7, 61 and 6B. RGB value is (183,97,107). Sum of RGB (Red+Green+Blue) = 183+97+107=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B7616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7616B is #489E94. Grayscale: #7B7B7B. Windows color (decimal): -4759189 or 7037367. OLE color: 7037367.
HSL color Cylindrical-coordinate representation of color #B7616B: hue angle of 353.02º 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 #B7616B is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 97 | 107 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.28 |
| HSL | 353.02º | 0.37% | 0.55% | - |
| HSV(B) | 353.02º | 0.47% | 0.72% | - |
| XYZ | 26.46 | 19.68 | 16.31 | - |
| YUV | 123.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 107 | 0 | 0.47 | 0.42 | 0.28 | 353.02 | 0.37 | 0.55 |
| Hex | B7 | 61 | 6B | 0 | 2F | 2A | 1C | 161 | 25 | 37 |
| Octal | 267 | 141 | 153 | 0 | 57 | 52 | 34 | 541 | 45 | 67 |
| Binary | 10110111 | 1100001 | 1101011 | 0 | 101111 | 101010 | 11100 | 101100001 | 100101 | 110111 |
Color Harmonies of #B7616B
Complementary color
Monochromatic Colors of #B7616B
Black with #B7616B
Text Example
Text Example
White with #B7616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7616B; }
p { color: rgb(183,97,107); }
H1.HeaderClassName
{
color: #B7616B;
}
.AnyTagClassName
{
color: #B7616B;
}
</style>
background-color css
<style>
a { background-color: #B7616B; }
a { background-color: rgb(183,97,107); }
div.DivClassName
{
background-color: #B7616B;
}
.BgClassName
{
background-color: #B7616B;
}
</style>
border-color css
<style>
span { border-color: #B7616B; }
span { border-color: rgb(183,97,107); }
td.TdClassName
{
border-color: #B7616B;
}
.TagClassName
{
border-color: #B7616B;
}
</style>