Shades of Blush #BB5D68
Tints of Blush #BB5D68
RGB
CMYK
RGB Variations
Color information
#BB5D68 (or 0xBB5D68) is known color: Blush. HEX triplet: BB, 5D and 68. RGB value is (187,93,104). Sum of RGB (Red+Green+Blue) = 187+93+104=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D68 is #44A297. Grayscale: #7A7A7A. Windows color (decimal): -4498072 or 6839739. OLE color: 6839739.
HSL color Cylindrical-coordinate representation of color #BB5D68: hue angle of 352.98º 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 #BB5D68 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 104 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.27 |
| HSL | 352.98º | 0.41% | 0.55% | - |
| HSV(B) | 352.98º | 0.5% | 0.73% | - |
| XYZ | 26.91 | 19.39 | 15.42 | - |
| YUV | 122.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 104 | 0 | 0.50 | 0.44 | 0.27 | 352.98 | 0.41 | 0.55 |
| Hex | BB | 5D | 68 | 0 | 32 | 2C | 1B | 161 | 29 | 37 |
| Octal | 273 | 135 | 150 | 0 | 62 | 54 | 33 | 541 | 51 | 67 |
| Binary | 10111011 | 1011101 | 1101000 | 0 | 110010 | 101100 | 11011 | 101100001 | 101001 | 110111 |
Color Harmonies of #BB5D68
Complementary color
Monochromatic Colors of #BB5D68
Black with #BB5D68
Text Example
Text Example
White with #BB5D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5D68; }
p { color: rgb(187,93,104); }
H1.HeaderClassName
{
color: #BB5D68;
}
.AnyTagClassName
{
color: #BB5D68;
}
</style>
background-color css
<style>
a { background-color: #BB5D68; }
a { background-color: rgb(187,93,104); }
div.DivClassName
{
background-color: #BB5D68;
}
.BgClassName
{
background-color: #BB5D68;
}
</style>
border-color css
<style>
span { border-color: #BB5D68; }
span { border-color: rgb(187,93,104); }
td.TdClassName
{
border-color: #BB5D68;
}
.TagClassName
{
border-color: #BB5D68;
}
</style>