Shades of Blush #B74D5D
Tints of Blush #B74D5D
RGB
CMYK
RGB Variations
Color information
#B74D5D (or 0xB74D5D) is known color: Blush. HEX triplet: B7, 4D and 5D. RGB value is (183,77,93). Sum of RGB (Red+Green+Blue) = 183+77+93=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D5D is #48B2A2. Grayscale: #6E6E6E. Windows color (decimal): -4764323 or 6114743. OLE color: 6114743.
HSL color Cylindrical-coordinate representation of color #B74D5D: hue angle of 350.94º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D5D is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 93 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.28 |
| HSL | 350.94º | 0.42% | 0.51% | - |
| HSV(B) | 350.94º | 0.58% | 0.72% | - |
| XYZ | 24.16 | 16.17 | 12.2 | - |
| YUV | 110.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 93 | 0 | 0.58 | 0.49 | 0.28 | 350.94 | 0.42 | 0.51 |
| Hex | B7 | 4D | 5D | 0 | 3A | 31 | 1C | 15F | 2A | 33 |
| Octal | 267 | 115 | 135 | 0 | 72 | 61 | 34 | 537 | 52 | 63 |
| Binary | 10110111 | 1001101 | 1011101 | 0 | 111010 | 110001 | 11100 | 101011111 | 101010 | 110011 |
Color Harmonies of #B74D5D
Complementary color
Monochromatic Colors of #B74D5D
Black with #B74D5D
Text Example
Text Example
White with #B74D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D5D; }
p { color: rgb(183,77,93); }
H1.HeaderClassName
{
color: #B74D5D;
}
.AnyTagClassName
{
color: #B74D5D;
}
</style>
background-color css
<style>
a { background-color: #B74D5D; }
a { background-color: rgb(183,77,93); }
div.DivClassName
{
background-color: #B74D5D;
}
.BgClassName
{
background-color: #B74D5D;
}
</style>
border-color css
<style>
span { border-color: #B74D5D; }
span { border-color: rgb(183,77,93); }
td.TdClassName
{
border-color: #B74D5D;
}
.TagClassName
{
border-color: #B74D5D;
}
</style>