Shades of Blush #BB4465
Tints of Blush #BB4465
RGB
CMYK
RGB Variations
Color information
#BB4465 (or 0xBB4465) is known color: Blush. HEX triplet: BB, 44 and 65. RGB value is (187,68,101). Sum of RGB (Red+Green+Blue) = 187+68+101=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4465 is #44BB9A. Grayscale: #6B6B6B. Windows color (decimal): -4504475 or 6636731. OLE color: 6636731.
HSL color Cylindrical-coordinate representation of color #BB4465: hue angle of 343.36º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB4465 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 101 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.27 |
| HSL | 343.36º | 0.47% | 0.5% | - |
| HSV(B) | 343.36º | 0.64% | 0.73% | - |
| XYZ | 24.91 | 15.64 | 14.02 | - |
| YUV | 107.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 101 | 0 | 0.64 | 0.46 | 0.27 | 343.36 | 0.47 | 0.5 |
| Hex | BB | 44 | 65 | 0 | 40 | 2E | 1B | 157 | 2F | 32 |
| Octal | 273 | 104 | 145 | 0 | 100 | 56 | 33 | 527 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1100101 | 0 | 1000000 | 101110 | 11011 | 101010111 | 101111 | 110010 |
Color Harmonies of #BB4465
Complementary color
Monochromatic Colors of #BB4465
Black with #BB4465
Text Example
Text Example
White with #BB4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4465; }
p { color: rgb(187,68,101); }
H1.HeaderClassName
{
color: #BB4465;
}
.AnyTagClassName
{
color: #BB4465;
}
</style>
background-color css
<style>
a { background-color: #BB4465; }
a { background-color: rgb(187,68,101); }
div.DivClassName
{
background-color: #BB4465;
}
.BgClassName
{
background-color: #BB4465;
}
</style>
border-color css
<style>
span { border-color: #BB4465; }
span { border-color: rgb(187,68,101); }
td.TdClassName
{
border-color: #BB4465;
}
.TagClassName
{
border-color: #BB4465;
}
</style>