Shades of Blush #B76073
Tints of Blush #B76073
RGB
CMYK
RGB Variations
Color information
#B76073 (or 0xB76073) is known color: Blush. HEX triplet: B7, 60 and 73. RGB value is (183,96,115). Sum of RGB (Red+Green+Blue) = 183+96+115=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B76073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76073 is #489F8C. Grayscale: #7C7C7C. Windows color (decimal): -4759437 or 7561399. OLE color: 7561399.
HSL color Cylindrical-coordinate representation of color #B76073: hue angle of 346.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76073 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 115 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.28 |
| HSL | 346.9º | 0.38% | 0.55% | - |
| HSV(B) | 346.9º | 0.48% | 0.72% | - |
| XYZ | 26.81 | 19.67 | 18.6 | - |
| YUV | 124.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 115 | 0 | 0.48 | 0.37 | 0.28 | 346.9 | 0.38 | 0.55 |
| Hex | B7 | 60 | 73 | 0 | 30 | 25 | 1C | 15B | 26 | 37 |
| Octal | 267 | 140 | 163 | 0 | 60 | 45 | 34 | 533 | 46 | 67 |
| Binary | 10110111 | 1100000 | 1110011 | 0 | 110000 | 100101 | 11100 | 101011011 | 100110 | 110111 |
Color Harmonies of #B76073
Complementary color
Monochromatic Colors of #B76073
Black with #B76073
Text Example
Text Example
White with #B76073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76073; }
p { color: rgb(183,96,115); }
H1.HeaderClassName
{
color: #B76073;
}
.AnyTagClassName
{
color: #B76073;
}
</style>
background-color css
<style>
a { background-color: #B76073; }
a { background-color: rgb(183,96,115); }
div.DivClassName
{
background-color: #B76073;
}
.BgClassName
{
background-color: #B76073;
}
</style>
border-color css
<style>
span { border-color: #B76073; }
span { border-color: rgb(183,96,115); }
td.TdClassName
{
border-color: #B76073;
}
.TagClassName
{
border-color: #B76073;
}
</style>