Shades of Blush #BB5C74
Tints of Blush #BB5C74
RGB
CMYK
RGB Variations
Color information
#BB5C74 (or 0xBB5C74) is known color: Blush. HEX triplet: BB, 5C and 74. RGB value is (187,92,116). Sum of RGB (Red+Green+Blue) = 187+92+116=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5C74 is #44A38B. Grayscale: #7B7B7B. Windows color (decimal): -4498316 or 7625915. OLE color: 7625915.
HSL color Cylindrical-coordinate representation of color #BB5C74: hue angle of 344.84º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5C74 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 92 | 116 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.27 |
| HSL | 344.84º | 0.41% | 0.55% | - |
| HSV(B) | 344.84º | 0.51% | 0.73% | - |
| XYZ | 27.47 | 19.48 | 18.84 | - |
| YUV | 123.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 92 | 116 | 0 | 0.51 | 0.38 | 0.27 | 344.84 | 0.41 | 0.55 |
| Hex | BB | 5C | 74 | 0 | 33 | 26 | 1B | 159 | 29 | 37 |
| Octal | 273 | 134 | 164 | 0 | 63 | 46 | 33 | 531 | 51 | 67 |
| Binary | 10111011 | 1011100 | 1110100 | 0 | 110011 | 100110 | 11011 | 101011001 | 101001 | 110111 |
Color Harmonies of #BB5C74
Complementary color
Monochromatic Colors of #BB5C74
Black with #BB5C74
Text Example
Text Example
White with #BB5C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5C74; }
p { color: rgb(187,92,116); }
H1.HeaderClassName
{
color: #BB5C74;
}
.AnyTagClassName
{
color: #BB5C74;
}
</style>
background-color css
<style>
a { background-color: #BB5C74; }
a { background-color: rgb(187,92,116); }
div.DivClassName
{
background-color: #BB5C74;
}
.BgClassName
{
background-color: #BB5C74;
}
</style>
border-color css
<style>
span { border-color: #BB5C74; }
span { border-color: rgb(187,92,116); }
td.TdClassName
{
border-color: #BB5C74;
}
.TagClassName
{
border-color: #BB5C74;
}
</style>