Shades of Blush #B64466
Tints of Blush #B64466
RGB
CMYK
RGB Variations
Color information
#B64466 (or 0xB64466) is known color: Blush. HEX triplet: B6, 44 and 66. RGB value is (182,68,102). Sum of RGB (Red+Green+Blue) = 182+68+102=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B64466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64466 is #49BB99. Grayscale: #696969. Windows color (decimal): -4832154 or 6702262. OLE color: 6702262.
HSL color Cylindrical-coordinate representation of color #B64466: hue angle of 342.11º 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 #B64466 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 102 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.29 |
| HSL | 342.11º | 0.46% | 0.49% | - |
| HSV(B) | 342.11º | 0.63% | 0.71% | - |
| XYZ | 23.76 | 15.04 | 14.22 | - |
| YUV | 105.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 102 | 0 | 0.63 | 0.44 | 0.29 | 342.11 | 0.46 | 0.49 |
| Hex | B6 | 44 | 66 | 0 | 3F | 2C | 1D | 156 | 2E | 31 |
| Octal | 266 | 104 | 146 | 0 | 77 | 54 | 35 | 526 | 56 | 61 |
| Binary | 10110110 | 1000100 | 1100110 | 0 | 111111 | 101100 | 11101 | 101010110 | 101110 | 110001 |
Color Harmonies of #B64466
Complementary color
Monochromatic Colors of #B64466
Black with #B64466
Text Example
Text Example
White with #B64466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64466; }
p { color: rgb(182,68,102); }
H1.HeaderClassName
{
color: #B64466;
}
.AnyTagClassName
{
color: #B64466;
}
</style>
background-color css
<style>
a { background-color: #B64466; }
a { background-color: rgb(182,68,102); }
div.DivClassName
{
background-color: #B64466;
}
.BgClassName
{
background-color: #B64466;
}
</style>
border-color css
<style>
span { border-color: #B64466; }
span { border-color: rgb(182,68,102); }
td.TdClassName
{
border-color: #B64466;
}
.TagClassName
{
border-color: #B64466;
}
</style>