Shades of Blush #B75363
Tints of Blush #B75363
RGB
CMYK
RGB Variations
Color information
#B75363 (or 0xB75363) is known color: Blush. HEX triplet: B7, 53 and 63. RGB value is (183,83,99). Sum of RGB (Red+Green+Blue) = 183+83+99=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B75363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75363 is #48AC9C. Grayscale: #727272. Windows color (decimal): -4762781 or 6509495. OLE color: 6509495.
HSL color Cylindrical-coordinate representation of color #B75363: hue angle of 350.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75363 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 99 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.28 |
| HSL | 350.4º | 0.41% | 0.52% | - |
| HSV(B) | 350.4º | 0.55% | 0.72% | - |
| XYZ | 24.87 | 17.15 | 13.8 | - |
| YUV | 114.72 | 119.13 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 99 | 0 | 0.55 | 0.46 | 0.28 | 350.4 | 0.41 | 0.52 |
| Hex | B7 | 53 | 63 | 0 | 37 | 2E | 1C | 15E | 29 | 34 |
| Octal | 267 | 123 | 143 | 0 | 67 | 56 | 34 | 536 | 51 | 64 |
| Binary | 10110111 | 1010011 | 1100011 | 0 | 110111 | 101110 | 11100 | 101011110 | 101001 | 110100 |
Color Harmonies of #B75363
Complementary color
Monochromatic Colors of #B75363
Black with #B75363
Text Example
Text Example
White with #B75363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75363; }
p { color: rgb(183,83,99); }
H1.HeaderClassName
{
color: #B75363;
}
.AnyTagClassName
{
color: #B75363;
}
</style>
background-color css
<style>
a { background-color: #B75363; }
a { background-color: rgb(183,83,99); }
div.DivClassName
{
background-color: #B75363;
}
.BgClassName
{
background-color: #B75363;
}
</style>
border-color css
<style>
span { border-color: #B75363; }
span { border-color: rgb(183,83,99); }
td.TdClassName
{
border-color: #B75363;
}
.TagClassName
{
border-color: #B75363;
}
</style>