Shades of Blush #BB465D
Tints of Blush #BB465D
RGB
CMYK
RGB Variations
Color information
#BB465D (or 0xBB465D) is known color: Blush. HEX triplet: BB, 46 and 5D. RGB value is (187,70,93). Sum of RGB (Red+Green+Blue) = 187+70+93=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB465D is #44B9A2. Grayscale: #6B6B6B. Windows color (decimal): -4503971 or 6112955. OLE color: 6112955.
HSL color Cylindrical-coordinate representation of color #BB465D: hue angle of 348.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB465D is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 70 | 93 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.27 |
| HSL | 348.21º | 0.46% | 0.5% | - |
| HSV(B) | 348.21º | 0.63% | 0.73% | - |
| XYZ | 24.66 | 15.74 | 12.09 | - |
| YUV | 107.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 70 | 93 | 0 | 0.63 | 0.50 | 0.27 | 348.21 | 0.46 | 0.5 |
| Hex | BB | 46 | 5D | 0 | 3F | 32 | 1B | 15C | 2E | 32 |
| Octal | 273 | 106 | 135 | 0 | 77 | 62 | 33 | 534 | 56 | 62 |
| Binary | 10111011 | 1000110 | 1011101 | 0 | 111111 | 110010 | 11011 | 101011100 | 101110 | 110010 |
Color Harmonies of #BB465D
Complementary color
Monochromatic Colors of #BB465D
Black with #BB465D
Text Example
Text Example
White with #BB465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB465D; }
p { color: rgb(187,70,93); }
H1.HeaderClassName
{
color: #BB465D;
}
.AnyTagClassName
{
color: #BB465D;
}
</style>
background-color css
<style>
a { background-color: #BB465D; }
a { background-color: rgb(187,70,93); }
div.DivClassName
{
background-color: #BB465D;
}
.BgClassName
{
background-color: #BB465D;
}
</style>
border-color css
<style>
span { border-color: #BB465D; }
span { border-color: rgb(187,70,93); }
td.TdClassName
{
border-color: #BB465D;
}
.TagClassName
{
border-color: #BB465D;
}
</style>