Shades of Old Rose #BB404F
Tints of Old Rose #BB404F
RGB
CMYK
RGB Variations
Color information
#BB404F (or 0xBB404F) is known color: Old Rose. HEX triplet: BB, 40 and 4F. RGB value is (187,64,79). Sum of RGB (Red+Green+Blue) = 187+64+79=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB404F is #44BFB0. Grayscale: #666666. Windows color (decimal): -4505521 or 5193915. OLE color: 5193915.
HSL color Cylindrical-coordinate representation of color #BB404F: hue angle of 352.68º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB404F is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 79 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.27 |
| HSL | 352.68º | 0.49% | 0.49% | - |
| HSV(B) | 352.68º | 0.66% | 0.73% | - |
| XYZ | 23.74 | 14.8 | 9 | - |
| YUV | 102.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 79 | 0 | 0.66 | 0.58 | 0.27 | 352.68 | 0.49 | 0.49 |
| Hex | BB | 40 | 4F | 0 | 42 | 3A | 1B | 161 | 31 | 31 |
| Octal | 273 | 100 | 117 | 0 | 102 | 72 | 33 | 541 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1001111 | 0 | 1000010 | 111010 | 11011 | 101100001 | 110001 | 110001 |
Color Harmonies of #BB404F
Complementary color
Monochromatic Colors of #BB404F
Black with #BB404F
Text Example
Text Example
White with #BB404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB404F; }
p { color: rgb(187,64,79); }
H1.HeaderClassName
{
color: #BB404F;
}
.AnyTagClassName
{
color: #BB404F;
}
</style>
background-color css
<style>
a { background-color: #BB404F; }
a { background-color: rgb(187,64,79); }
div.DivClassName
{
background-color: #BB404F;
}
.BgClassName
{
background-color: #BB404F;
}
</style>
border-color css
<style>
span { border-color: #BB404F; }
span { border-color: rgb(187,64,79); }
td.TdClassName
{
border-color: #BB404F;
}
.TagClassName
{
border-color: #BB404F;
}
</style>