Shades of Blush #B75D63
Tints of Blush #B75D63
RGB
CMYK
RGB Variations
Color information
#B75D63 (or 0xB75D63) is known color: Blush. HEX triplet: B7, 5D and 63. RGB value is (183,93,99). Sum of RGB (Red+Green+Blue) = 183+93+99=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D63 is #48A29C. Grayscale: #787878. Windows color (decimal): -4760221 or 6512055. OLE color: 6512055.
HSL color Cylindrical-coordinate representation of color #B75D63: hue angle of 356º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75D63 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 93 | 99 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.28 |
| HSL | 356º | 0.38% | 0.54% | - |
| HSV(B) | 356º | 0.49% | 0.72% | - |
| XYZ | 25.69 | 18.8 | 14.08 | - |
| YUV | 120.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 99 | 0 | 0.49 | 0.46 | 0.28 | 356 | 0.38 | 0.54 |
| Hex | B7 | 5D | 63 | 0 | 31 | 2E | 1C | 164 | 26 | 36 |
| Octal | 267 | 135 | 143 | 0 | 61 | 56 | 34 | 544 | 46 | 66 |
| Binary | 10110111 | 1011101 | 1100011 | 0 | 110001 | 101110 | 11100 | 101100100 | 100110 | 110110 |
Color Harmonies of #B75D63
Complementary color
Monochromatic Colors of #B75D63
Black with #B75D63
Text Example
Text Example
White with #B75D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75D63; }
p { color: rgb(183,93,99); }
H1.HeaderClassName
{
color: #B75D63;
}
.AnyTagClassName
{
color: #B75D63;
}
</style>
background-color css
<style>
a { background-color: #B75D63; }
a { background-color: rgb(183,93,99); }
div.DivClassName
{
background-color: #B75D63;
}
.BgClassName
{
background-color: #B75D63;
}
</style>
border-color css
<style>
span { border-color: #B75D63; }
span { border-color: rgb(183,93,99); }
td.TdClassName
{
border-color: #B75D63;
}
.TagClassName
{
border-color: #B75D63;
}
</style>