Shades of Blush #B64C64
Tints of Blush #B64C64
RGB
CMYK
RGB Variations
Color information
#B64C64 (or 0xB64C64) is known color: Blush. HEX triplet: B6, 4C and 64. RGB value is (182,76,100). Sum of RGB (Red+Green+Blue) = 182+76+100=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C64 is #49B39B. Grayscale: #6E6E6E. Windows color (decimal): -4830108 or 6573238. OLE color: 6573238.
HSL color Cylindrical-coordinate representation of color #B64C64: hue angle of 346.42º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C64 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 100 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.29 |
| HSL | 346.42º | 0.42% | 0.51% | - |
| HSV(B) | 346.42º | 0.58% | 0.71% | - |
| XYZ | 24.18 | 16.03 | 13.88 | - |
| YUV | 110.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 100 | 0 | 0.58 | 0.45 | 0.29 | 346.42 | 0.42 | 0.51 |
| Hex | B6 | 4C | 64 | 0 | 3A | 2D | 1D | 15A | 2A | 33 |
| Octal | 266 | 114 | 144 | 0 | 72 | 55 | 35 | 532 | 52 | 63 |
| Binary | 10110110 | 1001100 | 1100100 | 0 | 111010 | 101101 | 11101 | 101011010 | 101010 | 110011 |
Color Harmonies of #B64C64
Complementary color
Monochromatic Colors of #B64C64
Black with #B64C64
Text Example
Text Example
White with #B64C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C64; }
p { color: rgb(182,76,100); }
H1.HeaderClassName
{
color: #B64C64;
}
.AnyTagClassName
{
color: #B64C64;
}
</style>
background-color css
<style>
a { background-color: #B64C64; }
a { background-color: rgb(182,76,100); }
div.DivClassName
{
background-color: #B64C64;
}
.BgClassName
{
background-color: #B64C64;
}
</style>
border-color css
<style>
span { border-color: #B64C64; }
span { border-color: rgb(182,76,100); }
td.TdClassName
{
border-color: #B64C64;
}
.TagClassName
{
border-color: #B64C64;
}
</style>