Shades of Blush #B75767
Tints of Blush #B75767
RGB
CMYK
RGB Variations
Color information
#B75767 (or 0xB75767) is known color: Blush. HEX triplet: B7, 57 and 67. RGB value is (183,87,103). Sum of RGB (Red+Green+Blue) = 183+87+103=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B75767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75767 is #48A898. Grayscale: #757575. Windows color (decimal): -4761753 or 6772663. OLE color: 6772663.
HSL color Cylindrical-coordinate representation of color #B75767: hue angle of 350º 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 #B75767 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 103 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.28 |
| HSL | 350º | 0.4% | 0.53% | - |
| HSV(B) | 350º | 0.52% | 0.72% | - |
| XYZ | 25.38 | 17.86 | 14.94 | - |
| YUV | 117.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 103 | 0 | 0.52 | 0.44 | 0.28 | 350 | 0.4 | 0.53 |
| Hex | B7 | 57 | 67 | 0 | 34 | 2C | 1C | 15E | 28 | 35 |
| Octal | 267 | 127 | 147 | 0 | 64 | 54 | 34 | 536 | 50 | 65 |
| Binary | 10110111 | 1010111 | 1100111 | 0 | 110100 | 101100 | 11100 | 101011110 | 101000 | 110101 |
Color Harmonies of #B75767
Complementary color
Monochromatic Colors of #B75767
Black with #B75767
Text Example
Text Example
White with #B75767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75767; }
p { color: rgb(183,87,103); }
H1.HeaderClassName
{
color: #B75767;
}
.AnyTagClassName
{
color: #B75767;
}
</style>
background-color css
<style>
a { background-color: #B75767; }
a { background-color: rgb(183,87,103); }
div.DivClassName
{
background-color: #B75767;
}
.BgClassName
{
background-color: #B75767;
}
</style>
border-color css
<style>
span { border-color: #B75767; }
span { border-color: rgb(183,87,103); }
td.TdClassName
{
border-color: #B75767;
}
.TagClassName
{
border-color: #B75767;
}
</style>