Shades of Blush #BB5E75
Tints of Blush #BB5E75
RGB
CMYK
RGB Variations
Color information
#BB5E75 (or 0xBB5E75) is known color: Blush. HEX triplet: BB, 5E and 75. RGB value is (187,94,117). Sum of RGB (Red+Green+Blue) = 187+94+117=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E75 is #44A18A. Grayscale: #7C7C7C. Windows color (decimal): -4497803 or 7691963. OLE color: 7691963.
HSL color Cylindrical-coordinate representation of color #BB5E75: hue angle of 345.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5E75 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 117 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.27 |
| HSL | 345.16º | 0.41% | 0.55% | - |
| HSV(B) | 345.16º | 0.5% | 0.73% | - |
| XYZ | 27.71 | 19.85 | 19.2 | - |
| YUV | 124.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 117 | 0 | 0.50 | 0.37 | 0.27 | 345.16 | 0.41 | 0.55 |
| Hex | BB | 5E | 75 | 0 | 32 | 25 | 1B | 159 | 29 | 37 |
| Octal | 273 | 136 | 165 | 0 | 62 | 45 | 33 | 531 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1110101 | 0 | 110010 | 100101 | 11011 | 101011001 | 101001 | 110111 |
Color Harmonies of #BB5E75
Complementary color
Monochromatic Colors of #BB5E75
Black with #BB5E75
Text Example
Text Example
White with #BB5E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E75; }
p { color: rgb(187,94,117); }
H1.HeaderClassName
{
color: #BB5E75;
}
.AnyTagClassName
{
color: #BB5E75;
}
</style>
background-color css
<style>
a { background-color: #BB5E75; }
a { background-color: rgb(187,94,117); }
div.DivClassName
{
background-color: #BB5E75;
}
.BgClassName
{
background-color: #BB5E75;
}
</style>
border-color css
<style>
span { border-color: #BB5E75; }
span { border-color: rgb(187,94,117); }
td.TdClassName
{
border-color: #BB5E75;
}
.TagClassName
{
border-color: #BB5E75;
}
</style>