Shades of Blush #B64963
Tints of Blush #B64963
RGB
CMYK
RGB Variations
Color information
#B64963 (or 0xB64963) is known color: Blush. HEX triplet: B6, 49 and 63. RGB value is (182,73,99). Sum of RGB (Red+Green+Blue) = 182+73+99=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B64963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64963 is #49B69C. Grayscale: #6C6C6C. Windows color (decimal): -4830877 or 6506934. OLE color: 6506934.
HSL color Cylindrical-coordinate representation of color #B64963: hue angle of 345.69º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64963 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 99 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.29 |
| HSL | 345.69º | 0.43% | 0.5% | - |
| HSV(B) | 345.69º | 0.6% | 0.71% | - |
| XYZ | 23.93 | 15.61 | 13.56 | - |
| YUV | 108.56 | 122.61 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 99 | 0 | 0.60 | 0.46 | 0.29 | 345.69 | 0.43 | 0.5 |
| Hex | B6 | 49 | 63 | 0 | 3C | 2E | 1D | 15A | 2B | 32 |
| Octal | 266 | 111 | 143 | 0 | 74 | 56 | 35 | 532 | 53 | 62 |
| Binary | 10110110 | 1001001 | 1100011 | 0 | 111100 | 101110 | 11101 | 101011010 | 101011 | 110010 |
Color Harmonies of #B64963
Complementary color
Monochromatic Colors of #B64963
Black with #B64963
Text Example
Text Example
White with #B64963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64963; }
p { color: rgb(182,73,99); }
H1.HeaderClassName
{
color: #B64963;
}
.AnyTagClassName
{
color: #B64963;
}
</style>
background-color css
<style>
a { background-color: #B64963; }
a { background-color: rgb(182,73,99); }
div.DivClassName
{
background-color: #B64963;
}
.BgClassName
{
background-color: #B64963;
}
</style>
border-color css
<style>
span { border-color: #B64963; }
span { border-color: rgb(182,73,99); }
td.TdClassName
{
border-color: #B64963;
}
.TagClassName
{
border-color: #B64963;
}
</style>