Shades of Blush #B64E6D
Tints of Blush #B64E6D
RGB
CMYK
RGB Variations
Color information
#B64E6D (or 0xB64E6D) is known color: Blush. HEX triplet: B6, 4E and 6D. RGB value is (182,78,109). Sum of RGB (Red+Green+Blue) = 182+78+109=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E6D is #49B192. Grayscale: #707070. Windows color (decimal): -4829587 or 7163574. OLE color: 7163574.
HSL color Cylindrical-coordinate representation of color #B64E6D: hue angle of 342.12º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E6D is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 109 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.29 |
| HSL | 342.12º | 0.42% | 0.51% | - |
| HSV(B) | 342.12º | 0.57% | 0.71% | - |
| XYZ | 24.78 | 16.5 | 16.35 | - |
| YUV | 112.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 109 | 0 | 0.57 | 0.40 | 0.29 | 342.12 | 0.42 | 0.51 |
| Hex | B6 | 4E | 6D | 0 | 39 | 28 | 1D | 156 | 2A | 33 |
| Octal | 266 | 116 | 155 | 0 | 71 | 50 | 35 | 526 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1101101 | 0 | 111001 | 101000 | 11101 | 101010110 | 101010 | 110011 |
Color Harmonies of #B64E6D
Complementary color
Monochromatic Colors of #B64E6D
Black with #B64E6D
Text Example
Text Example
White with #B64E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E6D; }
p { color: rgb(182,78,109); }
H1.HeaderClassName
{
color: #B64E6D;
}
.AnyTagClassName
{
color: #B64E6D;
}
</style>
background-color css
<style>
a { background-color: #B64E6D; }
a { background-color: rgb(182,78,109); }
div.DivClassName
{
background-color: #B64E6D;
}
.BgClassName
{
background-color: #B64E6D;
}
</style>
border-color css
<style>
span { border-color: #B64E6D; }
span { border-color: rgb(182,78,109); }
td.TdClassName
{
border-color: #B64E6D;
}
.TagClassName
{
border-color: #B64E6D;
}
</style>