Shades of Blush #B3616B
Tints of Blush #B3616B
RGB
CMYK
RGB Variations
Color information
#B3616B (or 0xB3616B) is known color: Blush. HEX triplet: B3, 61 and 6B. RGB value is (179,97,107). Sum of RGB (Red+Green+Blue) = 179+97+107=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B3616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3616B is #4C9E94. Grayscale: #7A7A7A. Windows color (decimal): -5021333 or 7037363. OLE color: 7037363.
HSL color Cylindrical-coordinate representation of color #B3616B: hue angle of 352.68º degrees, saturation: 0.35, 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 #B3616B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 107 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.30 |
| HSL | 352.68º | 0.35% | 0.54% | - |
| HSV(B) | 352.68º | 0.46% | 0.7% | - |
| XYZ | 25.52 | 19.19 | 16.27 | - |
| YUV | 122.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 107 | 0 | 0.46 | 0.40 | 0.30 | 352.68 | 0.35 | 0.54 |
| Hex | B3 | 61 | 6B | 0 | 2E | 28 | 1E | 161 | 23 | 36 |
| Octal | 263 | 141 | 153 | 0 | 56 | 50 | 36 | 541 | 43 | 66 |
| Binary | 10110011 | 1100001 | 1101011 | 0 | 101110 | 101000 | 11110 | 101100001 | 100011 | 110110 |
Color Harmonies of #B3616B
Complementary color
Monochromatic Colors of #B3616B
Black with #B3616B
Text Example
Text Example
White with #B3616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3616B; }
p { color: rgb(179,97,107); }
H1.HeaderClassName
{
color: #B3616B;
}
.AnyTagClassName
{
color: #B3616B;
}
</style>
background-color css
<style>
a { background-color: #B3616B; }
a { background-color: rgb(179,97,107); }
div.DivClassName
{
background-color: #B3616B;
}
.BgClassName
{
background-color: #B3616B;
}
</style>
border-color css
<style>
span { border-color: #B3616B; }
span { border-color: rgb(179,97,107); }
td.TdClassName
{
border-color: #B3616B;
}
.TagClassName
{
border-color: #B3616B;
}
</style>