Shades of Blush #B34A64
Tints of Blush #B34A64
RGB
CMYK
RGB Variations
Color information
#B34A64 (or 0xB34A64) is known color: Blush. HEX triplet: B3, 4A and 64. RGB value is (179,74,100). Sum of RGB (Red+Green+Blue) = 179+74+100=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A64 is #4CB59B. Grayscale: #6C6C6C. Windows color (decimal): -5027228 or 6572723. OLE color: 6572723.
HSL color Cylindrical-coordinate representation of color #B34A64: hue angle of 345.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34A64 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 100 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.30 |
| HSL | 345.14º | 0.42% | 0.5% | - |
| HSV(B) | 345.14º | 0.59% | 0.7% | - |
| XYZ | 23.34 | 15.4 | 13.8 | - |
| YUV | 108.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 100 | 0 | 0.59 | 0.44 | 0.30 | 345.14 | 0.42 | 0.5 |
| Hex | B3 | 4A | 64 | 0 | 3B | 2C | 1E | 159 | 2A | 32 |
| Octal | 263 | 112 | 144 | 0 | 73 | 54 | 36 | 531 | 52 | 62 |
| Binary | 10110011 | 1001010 | 1100100 | 0 | 111011 | 101100 | 11110 | 101011001 | 101010 | 110010 |
Color Harmonies of #B34A64
Complementary color
Monochromatic Colors of #B34A64
Black with #B34A64
Text Example
Text Example
White with #B34A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A64; }
p { color: rgb(179,74,100); }
H1.HeaderClassName
{
color: #B34A64;
}
.AnyTagClassName
{
color: #B34A64;
}
</style>
background-color css
<style>
a { background-color: #B34A64; }
a { background-color: rgb(179,74,100); }
div.DivClassName
{
background-color: #B34A64;
}
.BgClassName
{
background-color: #B34A64;
}
</style>
border-color css
<style>
span { border-color: #B34A64; }
span { border-color: rgb(179,74,100); }
td.TdClassName
{
border-color: #B34A64;
}
.TagClassName
{
border-color: #B34A64;
}
</style>