Shades of Blush #B2616D
Tints of Blush #B2616D
RGB
CMYK
RGB Variations
Color information
#B2616D (or 0xB2616D) is known color: Blush. HEX triplet: B2, 61 and 6D. RGB value is (178,97,109). Sum of RGB (Red+Green+Blue) = 178+97+109=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2616D is #4D9E92. Grayscale: #7A7A7A. Windows color (decimal): -5086867 or 7168434. OLE color: 7168434.
HSL color Cylindrical-coordinate representation of color #B2616D: hue angle of 351.11º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2616D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 109 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.30 |
| HSL | 351.11º | 0.34% | 0.54% | - |
| HSV(B) | 351.11º | 0.46% | 0.7% | - |
| XYZ | 25.4 | 19.12 | 16.82 | - |
| YUV | 122.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 109 | 0 | 0.46 | 0.39 | 0.30 | 351.11 | 0.34 | 0.54 |
| Hex | B2 | 61 | 6D | 0 | 2E | 27 | 1E | 15F | 22 | 36 |
| Octal | 262 | 141 | 155 | 0 | 56 | 47 | 36 | 537 | 42 | 66 |
| Binary | 10110010 | 1100001 | 1101101 | 0 | 101110 | 100111 | 11110 | 101011111 | 100010 | 110110 |
Color Harmonies of #B2616D
Complementary color
Monochromatic Colors of #B2616D
Black with #B2616D
Text Example
Text Example
White with #B2616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2616D; }
p { color: rgb(178,97,109); }
H1.HeaderClassName
{
color: #B2616D;
}
.AnyTagClassName
{
color: #B2616D;
}
</style>
background-color css
<style>
a { background-color: #B2616D; }
a { background-color: rgb(178,97,109); }
div.DivClassName
{
background-color: #B2616D;
}
.BgClassName
{
background-color: #B2616D;
}
</style>
border-color css
<style>
span { border-color: #B2616D; }
span { border-color: rgb(178,97,109); }
td.TdClassName
{
border-color: #B2616D;
}
.TagClassName
{
border-color: #B2616D;
}
</style>