Shades of Old Rose #BB444C
Tints of Old Rose #BB444C
RGB
CMYK
RGB Variations
Color information
#BB444C (or 0xBB444C) is known color: Old Rose. HEX triplet: BB, 44 and 4C. RGB value is (187,68,76). Sum of RGB (Red+Green+Blue) = 187+68+76=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB444C is #44BBB3. Grayscale: #686868. Windows color (decimal): -4504500 or 4998331. OLE color: 4998331.
HSL color Cylindrical-coordinate representation of color #BB444C: hue angle of 355.97º 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 #BB444C is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 68 | 76 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.27 |
| HSL | 355.97º | 0.47% | 0.5% | - |
| HSV(B) | 355.97º | 0.64% | 0.73% | - |
| XYZ | 23.87 | 15.22 | 8.52 | - |
| YUV | 104.49 | 111.92 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 76 | 0 | 0.64 | 0.59 | 0.27 | 355.97 | 0.47 | 0.5 |
| Hex | BB | 44 | 4C | 0 | 40 | 3B | 1B | 164 | 2F | 32 |
| Octal | 273 | 104 | 114 | 0 | 100 | 73 | 33 | 544 | 57 | 62 |
| Binary | 10111011 | 1000100 | 1001100 | 0 | 1000000 | 111011 | 11011 | 101100100 | 101111 | 110010 |
Color Harmonies of #BB444C
Complementary color
Monochromatic Colors of #BB444C
Black with #BB444C
Text Example
Text Example
White with #BB444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB444C; }
p { color: rgb(187,68,76); }
H1.HeaderClassName
{
color: #BB444C;
}
.AnyTagClassName
{
color: #BB444C;
}
</style>
background-color css
<style>
a { background-color: #BB444C; }
a { background-color: rgb(187,68,76); }
div.DivClassName
{
background-color: #BB444C;
}
.BgClassName
{
background-color: #BB444C;
}
</style>
border-color css
<style>
span { border-color: #BB444C; }
span { border-color: rgb(187,68,76); }
td.TdClassName
{
border-color: #BB444C;
}
.TagClassName
{
border-color: #BB444C;
}
</style>