Shades of Blush #B75D70
Tints of Blush #B75D70
RGB
CMYK
RGB Variations
Color information
#B75D70 (or 0xB75D70) is known color: Blush. HEX triplet: B7, 5D and 70. RGB value is (183,93,112). Sum of RGB (Red+Green+Blue) = 183+93+112=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D70 is #48A28F. Grayscale: #7A7A7A. Windows color (decimal): -4760208 or 7364023. OLE color: 7364023.
HSL color Cylindrical-coordinate representation of color #B75D70: hue angle of 347.33º 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 #B75D70 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 93 | 112 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.28 |
| HSL | 347.33º | 0.38% | 0.54% | - |
| HSV(B) | 347.33º | 0.49% | 0.72% | - |
| XYZ | 26.37 | 19.07 | 17.62 | - |
| YUV | 122.08 | 122.32 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 112 | 0 | 0.49 | 0.39 | 0.28 | 347.33 | 0.38 | 0.54 |
| Hex | B7 | 5D | 70 | 0 | 31 | 27 | 1C | 15B | 26 | 36 |
| Octal | 267 | 135 | 160 | 0 | 61 | 47 | 34 | 533 | 46 | 66 |
| Binary | 10110111 | 1011101 | 1110000 | 0 | 110001 | 100111 | 11100 | 101011011 | 100110 | 110110 |
Color Harmonies of #B75D70
Complementary color
Monochromatic Colors of #B75D70
Black with #B75D70
Text Example
Text Example
White with #B75D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75D70; }
p { color: rgb(183,93,112); }
H1.HeaderClassName
{
color: #B75D70;
}
.AnyTagClassName
{
color: #B75D70;
}
</style>
background-color css
<style>
a { background-color: #B75D70; }
a { background-color: rgb(183,93,112); }
div.DivClassName
{
background-color: #B75D70;
}
.BgClassName
{
background-color: #B75D70;
}
</style>
border-color css
<style>
span { border-color: #B75D70; }
span { border-color: rgb(183,93,112); }
td.TdClassName
{
border-color: #B75D70;
}
.TagClassName
{
border-color: #B75D70;
}
</style>