Shades of Blush #B75766
Tints of Blush #B75766
RGB
CMYK
RGB Variations
Color information
#B75766 (or 0xB75766) is known color: Blush. HEX triplet: B7, 57 and 66. RGB value is (183,87,102). Sum of RGB (Red+Green+Blue) = 183+87+102=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B75766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75766 is #48A899. Grayscale: #757575. Windows color (decimal): -4761754 or 6707127. OLE color: 6707127.
HSL color Cylindrical-coordinate representation of color #B75766: hue angle of 350.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B75766 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 102 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.28 |
| HSL | 350.63º | 0.4% | 0.53% | - |
| HSV(B) | 350.63º | 0.52% | 0.72% | - |
| XYZ | 25.33 | 17.84 | 14.68 | - |
| YUV | 117.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 102 | 0 | 0.52 | 0.44 | 0.28 | 350.63 | 0.4 | 0.53 |
| Hex | B7 | 57 | 66 | 0 | 34 | 2C | 1C | 15F | 28 | 35 |
| Octal | 267 | 127 | 146 | 0 | 64 | 54 | 34 | 537 | 50 | 65 |
| Binary | 10110111 | 1010111 | 1100110 | 0 | 110100 | 101100 | 11100 | 101011111 | 101000 | 110101 |
Color Harmonies of #B75766
Complementary color
Monochromatic Colors of #B75766
Black with #B75766
Text Example
Text Example
White with #B75766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75766; }
p { color: rgb(183,87,102); }
H1.HeaderClassName
{
color: #B75766;
}
.AnyTagClassName
{
color: #B75766;
}
</style>
background-color css
<style>
a { background-color: #B75766; }
a { background-color: rgb(183,87,102); }
div.DivClassName
{
background-color: #B75766;
}
.BgClassName
{
background-color: #B75766;
}
</style>
border-color css
<style>
span { border-color: #B75766; }
span { border-color: rgb(183,87,102); }
td.TdClassName
{
border-color: #B75766;
}
.TagClassName
{
border-color: #B75766;
}
</style>