Shades of Blush #B74962
Tints of Blush #B74962
RGB
CMYK
RGB Variations
Color information
#B74962 (or 0xB74962) is known color: Blush. HEX triplet: B7, 49 and 62. RGB value is (183,73,98). Sum of RGB (Red+Green+Blue) = 183+73+98=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B74962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74962 is #48B69D. Grayscale: #6C6C6C. Windows color (decimal): -4765342 or 6441399. OLE color: 6441399.
HSL color Cylindrical-coordinate representation of color #B74962: hue angle of 346.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74962 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 98 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.28 |
| HSL | 346.36º | 0.43% | 0.5% | - |
| HSV(B) | 346.36º | 0.6% | 0.72% | - |
| XYZ | 24.12 | 15.71 | 13.32 | - |
| YUV | 108.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 98 | 0 | 0.60 | 0.46 | 0.28 | 346.36 | 0.43 | 0.5 |
| Hex | B7 | 49 | 62 | 0 | 3C | 2E | 1C | 15A | 2B | 32 |
| Octal | 267 | 111 | 142 | 0 | 74 | 56 | 34 | 532 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1100010 | 0 | 111100 | 101110 | 11100 | 101011010 | 101011 | 110010 |
Color Harmonies of #B74962
Complementary color
Monochromatic Colors of #B74962
Black with #B74962
Text Example
Text Example
White with #B74962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74962; }
p { color: rgb(183,73,98); }
H1.HeaderClassName
{
color: #B74962;
}
.AnyTagClassName
{
color: #B74962;
}
</style>
background-color css
<style>
a { background-color: #B74962; }
a { background-color: rgb(183,73,98); }
div.DivClassName
{
background-color: #B74962;
}
.BgClassName
{
background-color: #B74962;
}
</style>
border-color css
<style>
span { border-color: #B74962; }
span { border-color: rgb(183,73,98); }
td.TdClassName
{
border-color: #B74962;
}
.TagClassName
{
border-color: #B74962;
}
</style>