Shades of Blush #BB4A68
Tints of Blush #BB4A68
RGB
CMYK
RGB Variations
Color information
#BB4A68 (or 0xBB4A68) is known color: Blush. HEX triplet: BB, 4A and 68. RGB value is (187,74,104). Sum of RGB (Red+Green+Blue) = 187+74+104=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A68 is #44B597. Grayscale: #6F6F6F. Windows color (decimal): -4502936 or 6834875. OLE color: 6834875.
HSL color Cylindrical-coordinate representation of color #BB4A68: hue angle of 344.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A68 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 104 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.27 |
| HSL | 344.07º | 0.45% | 0.51% | - |
| HSV(B) | 344.07º | 0.6% | 0.73% | - |
| XYZ | 25.44 | 16.46 | 14.93 | - |
| YUV | 111.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 104 | 0 | 0.60 | 0.44 | 0.27 | 344.07 | 0.45 | 0.51 |
| Hex | BB | 4A | 68 | 0 | 3C | 2C | 1B | 158 | 2D | 33 |
| Octal | 273 | 112 | 150 | 0 | 74 | 54 | 33 | 530 | 55 | 63 |
| Binary | 10111011 | 1001010 | 1101000 | 0 | 111100 | 101100 | 11011 | 101011000 | 101101 | 110011 |
Color Harmonies of #BB4A68
Complementary color
Monochromatic Colors of #BB4A68
Black with #BB4A68
Text Example
Text Example
White with #BB4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A68; }
p { color: rgb(187,74,104); }
H1.HeaderClassName
{
color: #BB4A68;
}
.AnyTagClassName
{
color: #BB4A68;
}
</style>
background-color css
<style>
a { background-color: #BB4A68; }
a { background-color: rgb(187,74,104); }
div.DivClassName
{
background-color: #BB4A68;
}
.BgClassName
{
background-color: #BB4A68;
}
</style>
border-color css
<style>
span { border-color: #BB4A68; }
span { border-color: rgb(187,74,104); }
td.TdClassName
{
border-color: #BB4A68;
}
.TagClassName
{
border-color: #BB4A68;
}
</style>