Shades of Blush #B7606A
Tints of Blush #B7606A
RGB
CMYK
RGB Variations
Color information
#B7606A (or 0xB7606A) is known color: Blush. HEX triplet: B7, 60 and 6A. RGB value is (183,96,106). Sum of RGB (Red+Green+Blue) = 183+96+106=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7606A is #489F95. Grayscale: #7B7B7B. Windows color (decimal): -4759446 or 6971575. OLE color: 6971575.
HSL color Cylindrical-coordinate representation of color #B7606A: hue angle of 353.1º 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 #B7606A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 106 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.28 |
| HSL | 353.1º | 0.38% | 0.55% | - |
| HSV(B) | 353.1º | 0.48% | 0.72% | - |
| XYZ | 26.31 | 19.47 | 16.01 | - |
| YUV | 123.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 106 | 0 | 0.48 | 0.42 | 0.28 | 353.1 | 0.38 | 0.55 |
| Hex | B7 | 60 | 6A | 0 | 30 | 2A | 1C | 161 | 26 | 37 |
| Octal | 267 | 140 | 152 | 0 | 60 | 52 | 34 | 541 | 46 | 67 |
| Binary | 10110111 | 1100000 | 1101010 | 0 | 110000 | 101010 | 11100 | 101100001 | 100110 | 110111 |
Color Harmonies of #B7606A
Complementary color
Monochromatic Colors of #B7606A
Black with #B7606A
Text Example
Text Example
White with #B7606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7606A; }
p { color: rgb(183,96,106); }
H1.HeaderClassName
{
color: #B7606A;
}
.AnyTagClassName
{
color: #B7606A;
}
</style>
background-color css
<style>
a { background-color: #B7606A; }
a { background-color: rgb(183,96,106); }
div.DivClassName
{
background-color: #B7606A;
}
.BgClassName
{
background-color: #B7606A;
}
</style>
border-color css
<style>
span { border-color: #B7606A; }
span { border-color: rgb(183,96,106); }
td.TdClassName
{
border-color: #B7606A;
}
.TagClassName
{
border-color: #B7606A;
}
</style>