Shades of Blush #B64967
Tints of Blush #B64967
RGB
CMYK
RGB Variations
Color information
#B64967 (or 0xB64967) is known color: Blush. HEX triplet: B6, 49 and 67. RGB value is (182,73,103). Sum of RGB (Red+Green+Blue) = 182+73+103=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B64967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64967 is #49B698. Grayscale: #6D6D6D. Windows color (decimal): -4830873 or 6769078. OLE color: 6769078.
HSL color Cylindrical-coordinate representation of color #B64967: hue angle of 343.49º 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 #B64967 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 103 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.29 |
| HSL | 343.49º | 0.43% | 0.5% | - |
| HSV(B) | 343.49º | 0.6% | 0.71% | - |
| XYZ | 24.12 | 15.69 | 14.59 | - |
| YUV | 109.01 | 124.61 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 103 | 0 | 0.60 | 0.43 | 0.29 | 343.49 | 0.43 | 0.5 |
| Hex | B6 | 49 | 67 | 0 | 3C | 2B | 1D | 157 | 2B | 32 |
| Octal | 266 | 111 | 147 | 0 | 74 | 53 | 35 | 527 | 53 | 62 |
| Binary | 10110110 | 1001001 | 1100111 | 0 | 111100 | 101011 | 11101 | 101010111 | 101011 | 110010 |
Color Harmonies of #B64967
Complementary color
Monochromatic Colors of #B64967
Black with #B64967
Text Example
Text Example
White with #B64967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64967; }
p { color: rgb(182,73,103); }
H1.HeaderClassName
{
color: #B64967;
}
.AnyTagClassName
{
color: #B64967;
}
</style>
background-color css
<style>
a { background-color: #B64967; }
a { background-color: rgb(182,73,103); }
div.DivClassName
{
background-color: #B64967;
}
.BgClassName
{
background-color: #B64967;
}
</style>
border-color css
<style>
span { border-color: #B64967; }
span { border-color: rgb(182,73,103); }
td.TdClassName
{
border-color: #B64967;
}
.TagClassName
{
border-color: #B64967;
}
</style>