Shades of Blush #B34762
Tints of Blush #B34762
RGB
CMYK
RGB Variations
Color information
#B34762 (or 0xB34762) is known color: Blush. HEX triplet: B3, 47 and 62. RGB value is (179,71,98). Sum of RGB (Red+Green+Blue) = 179+71+98=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B34762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34762 is #4CB89D. Grayscale: #6A6A6A. Windows color (decimal): -5027998 or 6440883. OLE color: 6440883.
HSL color Cylindrical-coordinate representation of color #B34762: hue angle of 345º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34762 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 98 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.30 |
| HSL | 345º | 0.43% | 0.49% | - |
| HSV(B) | 345º | 0.6% | 0.7% | - |
| XYZ | 23.05 | 14.97 | 13.23 | - |
| YUV | 106.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 98 | 0 | 0.60 | 0.45 | 0.30 | 345 | 0.43 | 0.49 |
| Hex | B3 | 47 | 62 | 0 | 3C | 2D | 1E | 159 | 2B | 31 |
| Octal | 263 | 107 | 142 | 0 | 74 | 55 | 36 | 531 | 53 | 61 |
| Binary | 10110011 | 1000111 | 1100010 | 0 | 111100 | 101101 | 11110 | 101011001 | 101011 | 110001 |
Color Harmonies of #B34762
Complementary color
Monochromatic Colors of #B34762
Black with #B34762
Text Example
Text Example
White with #B34762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34762; }
p { color: rgb(179,71,98); }
H1.HeaderClassName
{
color: #B34762;
}
.AnyTagClassName
{
color: #B34762;
}
</style>
background-color css
<style>
a { background-color: #B34762; }
a { background-color: rgb(179,71,98); }
div.DivClassName
{
background-color: #B34762;
}
.BgClassName
{
background-color: #B34762;
}
</style>
border-color css
<style>
span { border-color: #B34762; }
span { border-color: rgb(179,71,98); }
td.TdClassName
{
border-color: #B34762;
}
.TagClassName
{
border-color: #B34762;
}
</style>