Shades of Blush #B64E6B
Tints of Blush #B64E6B
RGB
CMYK
RGB Variations
Color information
#B64E6B (or 0xB64E6B) is known color: Blush. HEX triplet: B6, 4E and 6B. RGB value is (182,78,107). Sum of RGB (Red+Green+Blue) = 182+78+107=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E6B is #49B194. Grayscale: #707070. Windows color (decimal): -4829589 or 7032502. OLE color: 7032502.
HSL color Cylindrical-coordinate representation of color #B64E6B: hue angle of 343.27º 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 #B64E6B is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 107 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.29 |
| HSL | 343.27º | 0.42% | 0.51% | - |
| HSV(B) | 343.27º | 0.57% | 0.71% | - |
| XYZ | 24.67 | 16.46 | 15.79 | - |
| YUV | 112.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 107 | 0 | 0.57 | 0.41 | 0.29 | 343.27 | 0.42 | 0.51 |
| Hex | B6 | 4E | 6B | 0 | 39 | 29 | 1D | 157 | 2A | 33 |
| Octal | 266 | 116 | 153 | 0 | 71 | 51 | 35 | 527 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1101011 | 0 | 111001 | 101001 | 11101 | 101010111 | 101010 | 110011 |
Color Harmonies of #B64E6B
Complementary color
Monochromatic Colors of #B64E6B
Black with #B64E6B
Text Example
Text Example
White with #B64E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E6B; }
p { color: rgb(182,78,107); }
H1.HeaderClassName
{
color: #B64E6B;
}
.AnyTagClassName
{
color: #B64E6B;
}
</style>
background-color css
<style>
a { background-color: #B64E6B; }
a { background-color: rgb(182,78,107); }
div.DivClassName
{
background-color: #B64E6B;
}
.BgClassName
{
background-color: #B64E6B;
}
</style>
border-color css
<style>
span { border-color: #B64E6B; }
span { border-color: rgb(182,78,107); }
td.TdClassName
{
border-color: #B64E6B;
}
.TagClassName
{
border-color: #B64E6B;
}
</style>