Shades of Blush #B64E6A
Tints of Blush #B64E6A
RGB
CMYK
RGB Variations
Color information
#B64E6A (or 0xB64E6A) is known color: Blush. HEX triplet: B6, 4E and 6A. RGB value is (182,78,106). Sum of RGB (Red+Green+Blue) = 182+78+106=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B64E6A is #49B195. Grayscale: #707070. Windows color (decimal): -4829590 or 6966966. OLE color: 6966966.
HSL color Cylindrical-coordinate representation of color #B64E6A: hue angle of 343.85º 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 #B64E6A is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 106 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.29 |
| HSL | 343.85º | 0.42% | 0.51% | - |
| HSV(B) | 343.85º | 0.57% | 0.71% | - |
| XYZ | 24.62 | 16.43 | 15.51 | - |
| YUV | 112.29 | 124.46 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 106 | 0 | 0.57 | 0.42 | 0.29 | 343.85 | 0.42 | 0.51 |
| Hex | B6 | 4E | 6A | 0 | 39 | 2A | 1D | 158 | 2A | 33 |
| Octal | 266 | 116 | 152 | 0 | 71 | 52 | 35 | 530 | 52 | 63 |
| Binary | 10110110 | 1001110 | 1101010 | 0 | 111001 | 101010 | 11101 | 101011000 | 101010 | 110011 |
Color Harmonies of #B64E6A
Complementary color
Monochromatic Colors of #B64E6A
Black with #B64E6A
Text Example
Text Example
White with #B64E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E6A; }
p { color: rgb(182,78,106); }
H1.HeaderClassName
{
color: #B64E6A;
}
.AnyTagClassName
{
color: #B64E6A;
}
</style>
background-color css
<style>
a { background-color: #B64E6A; }
a { background-color: rgb(182,78,106); }
div.DivClassName
{
background-color: #B64E6A;
}
.BgClassName
{
background-color: #B64E6A;
}
</style>
border-color css
<style>
span { border-color: #B64E6A; }
span { border-color: rgb(182,78,106); }
td.TdClassName
{
border-color: #B64E6A;
}
.TagClassName
{
border-color: #B64E6A;
}
</style>