Shades of Blush #B64463
Tints of Blush #B64463
RGB
CMYK
RGB Variations
Color information
#B64463 (or 0xB64463) is known color: Blush. HEX triplet: B6, 44 and 63. RGB value is (182,68,99). Sum of RGB (Red+Green+Blue) = 182+68+99=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B64463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64463 is #49BB9C. Grayscale: #696969. Windows color (decimal): -4832157 or 6505654. OLE color: 6505654.
HSL color Cylindrical-coordinate representation of color #B64463: hue angle of 343.68º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64463 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 99 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.29 |
| HSL | 343.68º | 0.46% | 0.49% | - |
| HSV(B) | 343.68º | 0.63% | 0.71% | - |
| XYZ | 23.61 | 14.98 | 13.45 | - |
| YUV | 105.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 99 | 0 | 0.63 | 0.46 | 0.29 | 343.68 | 0.46 | 0.49 |
| Hex | B6 | 44 | 63 | 0 | 3F | 2E | 1D | 158 | 2E | 31 |
| Octal | 266 | 104 | 143 | 0 | 77 | 56 | 35 | 530 | 56 | 61 |
| Binary | 10110110 | 1000100 | 1100011 | 0 | 111111 | 101110 | 11101 | 101011000 | 101110 | 110001 |
Color Harmonies of #B64463
Complementary color
Monochromatic Colors of #B64463
Black with #B64463
Text Example
Text Example
White with #B64463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64463; }
p { color: rgb(182,68,99); }
H1.HeaderClassName
{
color: #B64463;
}
.AnyTagClassName
{
color: #B64463;
}
</style>
background-color css
<style>
a { background-color: #B64463; }
a { background-color: rgb(182,68,99); }
div.DivClassName
{
background-color: #B64463;
}
.BgClassName
{
background-color: #B64463;
}
</style>
border-color css
<style>
span { border-color: #B64463; }
span { border-color: rgb(182,68,99); }
td.TdClassName
{
border-color: #B64463;
}
.TagClassName
{
border-color: #B64463;
}
</style>