Shades of Blush #B76066
Tints of Blush #B76066
RGB
CMYK
RGB Variations
Color information
#B76066 (or 0xB76066) is known color: Blush. HEX triplet: B7, 60 and 66. RGB value is (183,96,102). Sum of RGB (Red+Green+Blue) = 183+96+102=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B76066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76066 is #489F99. Grayscale: #7A7A7A. Windows color (decimal): -4759450 or 6709431. OLE color: 6709431.
HSL color Cylindrical-coordinate representation of color #B76066: hue angle of 355.86º 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 #B76066 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 102 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.28 |
| HSL | 355.86º | 0.38% | 0.55% | - |
| HSV(B) | 355.86º | 0.48% | 0.72% | - |
| XYZ | 26.11 | 19.39 | 14.94 | - |
| YUV | 122.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 102 | 0 | 0.48 | 0.44 | 0.28 | 355.86 | 0.38 | 0.55 |
| Hex | B7 | 60 | 66 | 0 | 30 | 2C | 1C | 164 | 26 | 37 |
| Octal | 267 | 140 | 146 | 0 | 60 | 54 | 34 | 544 | 46 | 67 |
| Binary | 10110111 | 1100000 | 1100110 | 0 | 110000 | 101100 | 11100 | 101100100 | 100110 | 110111 |
Color Harmonies of #B76066
Complementary color
Monochromatic Colors of #B76066
Black with #B76066
Text Example
Text Example
White with #B76066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76066; }
p { color: rgb(183,96,102); }
H1.HeaderClassName
{
color: #B76066;
}
.AnyTagClassName
{
color: #B76066;
}
</style>
background-color css
<style>
a { background-color: #B76066; }
a { background-color: rgb(183,96,102); }
div.DivClassName
{
background-color: #B76066;
}
.BgClassName
{
background-color: #B76066;
}
</style>
border-color css
<style>
span { border-color: #B76066; }
span { border-color: rgb(183,96,102); }
td.TdClassName
{
border-color: #B76066;
}
.TagClassName
{
border-color: #B76066;
}
</style>