Shades of Blush #B2616B
Tints of Blush #B2616B
RGB
CMYK
RGB Variations
Color information
#B2616B (or 0xB2616B) is known color: Blush. HEX triplet: B2, 61 and 6B. RGB value is (178,97,107). Sum of RGB (Red+Green+Blue) = 178+97+107=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2616B is #4D9E94. Grayscale: #7A7A7A. Windows color (decimal): -5086869 or 7037362. OLE color: 7037362.
HSL color Cylindrical-coordinate representation of color #B2616B: hue angle of 352.59º 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 #B2616B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 107 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.30 |
| HSL | 352.59º | 0.34% | 0.54% | - |
| HSV(B) | 352.59º | 0.46% | 0.7% | - |
| XYZ | 25.29 | 19.08 | 16.26 | - |
| YUV | 122.36 | 119.34 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 107 | 0 | 0.46 | 0.40 | 0.30 | 352.59 | 0.34 | 0.54 |
| Hex | B2 | 61 | 6B | 0 | 2E | 28 | 1E | 161 | 22 | 36 |
| Octal | 262 | 141 | 153 | 0 | 56 | 50 | 36 | 541 | 42 | 66 |
| Binary | 10110010 | 1100001 | 1101011 | 0 | 101110 | 101000 | 11110 | 101100001 | 100010 | 110110 |
Color Harmonies of #B2616B
Complementary color
Monochromatic Colors of #B2616B
Black with #B2616B
Text Example
Text Example
White with #B2616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2616B; }
p { color: rgb(178,97,107); }
H1.HeaderClassName
{
color: #B2616B;
}
.AnyTagClassName
{
color: #B2616B;
}
</style>
background-color css
<style>
a { background-color: #B2616B; }
a { background-color: rgb(178,97,107); }
div.DivClassName
{
background-color: #B2616B;
}
.BgClassName
{
background-color: #B2616B;
}
</style>
border-color css
<style>
span { border-color: #B2616B; }
span { border-color: rgb(178,97,107); }
td.TdClassName
{
border-color: #B2616B;
}
.TagClassName
{
border-color: #B2616B;
}
</style>