Shades of Blush #B74462
Tints of Blush #B74462
RGB
CMYK
RGB Variations
Color information
#B74462 (or 0xB74462) is known color: Blush. HEX triplet: B7, 44 and 62. RGB value is (183,68,98). Sum of RGB (Red+Green+Blue) = 183+68+98=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B74462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74462 is #48BB9D. Grayscale: #696969. Windows color (decimal): -4766622 or 6440119. OLE color: 6440119.
HSL color Cylindrical-coordinate representation of color #B74462: hue angle of 344.35º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74462 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 98 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.28 |
| HSL | 344.35º | 0.46% | 0.49% | - |
| HSV(B) | 344.35º | 0.63% | 0.72% | - |
| XYZ | 23.8 | 15.08 | 13.21 | - |
| YUV | 105.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 98 | 0 | 0.63 | 0.46 | 0.28 | 344.35 | 0.46 | 0.49 |
| Hex | B7 | 44 | 62 | 0 | 3F | 2E | 1C | 158 | 2E | 31 |
| Octal | 267 | 104 | 142 | 0 | 77 | 56 | 34 | 530 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1100010 | 0 | 111111 | 101110 | 11100 | 101011000 | 101110 | 110001 |
Color Harmonies of #B74462
Complementary color
Monochromatic Colors of #B74462
Black with #B74462
Text Example
Text Example
White with #B74462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74462; }
p { color: rgb(183,68,98); }
H1.HeaderClassName
{
color: #B74462;
}
.AnyTagClassName
{
color: #B74462;
}
</style>
background-color css
<style>
a { background-color: #B74462; }
a { background-color: rgb(183,68,98); }
div.DivClassName
{
background-color: #B74462;
}
.BgClassName
{
background-color: #B74462;
}
</style>
border-color css
<style>
span { border-color: #B74462; }
span { border-color: rgb(183,68,98); }
td.TdClassName
{
border-color: #B74462;
}
.TagClassName
{
border-color: #B74462;
}
</style>