Shades of Blush #B74F5D
Tints of Blush #B74F5D
RGB
CMYK
RGB Variations
Color information
#B74F5D (or 0xB74F5D) is known color: Blush. HEX triplet: B7, 4F and 5D. RGB value is (183,79,93). Sum of RGB (Red+Green+Blue) = 183+79+93=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74F5D is #48B0A2. Grayscale: #6F6F6F. Windows color (decimal): -4763811 or 6115255. OLE color: 6115255.
HSL color Cylindrical-coordinate representation of color #B74F5D: hue angle of 351.92º 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 #B74F5D is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 79 | 93 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.28 |
| HSL | 351.92º | 0.42% | 0.51% | - |
| HSV(B) | 351.92º | 0.57% | 0.72% | - |
| XYZ | 24.3 | 16.45 | 12.25 | - |
| YUV | 111.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 79 | 93 | 0 | 0.57 | 0.49 | 0.28 | 351.92 | 0.42 | 0.51 |
| Hex | B7 | 4F | 5D | 0 | 39 | 31 | 1C | 160 | 2A | 33 |
| Octal | 267 | 117 | 135 | 0 | 71 | 61 | 34 | 540 | 52 | 63 |
| Binary | 10110111 | 1001111 | 1011101 | 0 | 111001 | 110001 | 11100 | 101100000 | 101010 | 110011 |
Color Harmonies of #B74F5D
Complementary color
Monochromatic Colors of #B74F5D
Black with #B74F5D
Text Example
Text Example
White with #B74F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74F5D; }
p { color: rgb(183,79,93); }
H1.HeaderClassName
{
color: #B74F5D;
}
.AnyTagClassName
{
color: #B74F5D;
}
</style>
background-color css
<style>
a { background-color: #B74F5D; }
a { background-color: rgb(183,79,93); }
div.DivClassName
{
background-color: #B74F5D;
}
.BgClassName
{
background-color: #B74F5D;
}
</style>
border-color css
<style>
span { border-color: #B74F5D; }
span { border-color: rgb(183,79,93); }
td.TdClassName
{
border-color: #B74F5D;
}
.TagClassName
{
border-color: #B74F5D;
}
</style>