Shades of Blush #B75C64
Tints of Blush #B75C64
RGB
CMYK
RGB Variations
Color information
#B75C64 (or 0xB75C64) is known color: Blush. HEX triplet: B7, 5C and 64. RGB value is (183,92,100). Sum of RGB (Red+Green+Blue) = 183+92+100=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C64 is #48A39B. Grayscale: #787878. Windows color (decimal): -4760476 or 6577335. OLE color: 6577335.
HSL color Cylindrical-coordinate representation of color #B75C64: hue angle of 354.73º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C64 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 92 | 100 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.28 |
| HSL | 354.73º | 0.39% | 0.54% | - |
| HSV(B) | 354.73º | 0.5% | 0.72% | - |
| XYZ | 25.66 | 18.64 | 14.3 | - |
| YUV | 120.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 100 | 0 | 0.50 | 0.45 | 0.28 | 354.73 | 0.39 | 0.54 |
| Hex | B7 | 5C | 64 | 0 | 32 | 2D | 1C | 163 | 27 | 36 |
| Octal | 267 | 134 | 144 | 0 | 62 | 55 | 34 | 543 | 47 | 66 |
| Binary | 10110111 | 1011100 | 1100100 | 0 | 110010 | 101101 | 11100 | 101100011 | 100111 | 110110 |
Color Harmonies of #B75C64
Complementary color
Monochromatic Colors of #B75C64
Black with #B75C64
Text Example
Text Example
White with #B75C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75C64; }
p { color: rgb(183,92,100); }
H1.HeaderClassName
{
color: #B75C64;
}
.AnyTagClassName
{
color: #B75C64;
}
</style>
background-color css
<style>
a { background-color: #B75C64; }
a { background-color: rgb(183,92,100); }
div.DivClassName
{
background-color: #B75C64;
}
.BgClassName
{
background-color: #B75C64;
}
</style>
border-color css
<style>
span { border-color: #B75C64; }
span { border-color: rgb(183,92,100); }
td.TdClassName
{
border-color: #B75C64;
}
.TagClassName
{
border-color: #B75C64;
}
</style>