Shades of Blush #B74E5D
Tints of Blush #B74E5D
RGB
CMYK
RGB Variations
Color information
#B74E5D (or 0xB74E5D) is known color: Blush. HEX triplet: B7, 4E and 5D. RGB value is (183,78,93). Sum of RGB (Red+Green+Blue) = 183+78+93=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E5D is #48B1A2. Grayscale: #6F6F6F. Windows color (decimal): -4764067 or 6114999. OLE color: 6114999.
HSL color Cylindrical-coordinate representation of color #B74E5D: hue angle of 351.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74E5D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 93 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.28 |
| HSL | 351.43º | 0.42% | 0.51% | - |
| HSV(B) | 351.43º | 0.57% | 0.72% | - |
| XYZ | 24.23 | 16.31 | 12.23 | - |
| YUV | 111.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 93 | 0 | 0.57 | 0.49 | 0.28 | 351.43 | 0.42 | 0.51 |
| Hex | B7 | 4E | 5D | 0 | 39 | 31 | 1C | 15F | 2A | 33 |
| Octal | 267 | 116 | 135 | 0 | 71 | 61 | 34 | 537 | 52 | 63 |
| Binary | 10110111 | 1001110 | 1011101 | 0 | 111001 | 110001 | 11100 | 101011111 | 101010 | 110011 |
Color Harmonies of #B74E5D
Complementary color
Monochromatic Colors of #B74E5D
Black with #B74E5D
Text Example
Text Example
White with #B74E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E5D; }
p { color: rgb(183,78,93); }
H1.HeaderClassName
{
color: #B74E5D;
}
.AnyTagClassName
{
color: #B74E5D;
}
</style>
background-color css
<style>
a { background-color: #B74E5D; }
a { background-color: rgb(183,78,93); }
div.DivClassName
{
background-color: #B74E5D;
}
.BgClassName
{
background-color: #B74E5D;
}
</style>
border-color css
<style>
span { border-color: #B74E5D; }
span { border-color: rgb(183,78,93); }
td.TdClassName
{
border-color: #B74E5D;
}
.TagClassName
{
border-color: #B74E5D;
}
</style>