Shades of Old Rose #BD334C
Tints of Old Rose #BD334C
RGB
CMYK
RGB Variations
Color information
#BD334C (or 0xBD334C) is known color: Old Rose. HEX triplet: BD, 33 and 4C. RGB value is (189,51,76). Sum of RGB (Red+Green+Blue) = 189+51+76=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD334C is #42CCB3. Grayscale: #5F5F5F. Windows color (decimal): -4377780 or 4993981. OLE color: 4993981.
HSL color Cylindrical-coordinate representation of color #BD334C: hue angle of 349.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD334C is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 76 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.26 |
| HSL | 349.13º | 0.58% | 0.47% | - |
| HSV(B) | 349.13º | 0.73% | 0.74% | - |
| XYZ | 23.47 | 13.71 | 8.25 | - |
| YUV | 95.11 | 117.22 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 76 | 0 | 0.73 | 0.60 | 0.26 | 349.13 | 0.58 | 0.47 |
| Hex | BD | 33 | 4C | 0 | 49 | 3C | 1A | 15D | 3A | 2F |
| Octal | 275 | 63 | 114 | 0 | 111 | 74 | 32 | 535 | 72 | 57 |
| Binary | 10111101 | 110011 | 1001100 | 0 | 1001001 | 111100 | 11010 | 101011101 | 111010 | 101111 |
Color Harmonies of #BD334C
Complementary color
Monochromatic Colors of #BD334C
Black with #BD334C
Text Example
Text Example
White with #BD334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD334C; }
p { color: rgb(189,51,76); }
H1.HeaderClassName
{
color: #BD334C;
}
.AnyTagClassName
{
color: #BD334C;
}
</style>
background-color css
<style>
a { background-color: #BD334C; }
a { background-color: rgb(189,51,76); }
div.DivClassName
{
background-color: #BD334C;
}
.BgClassName
{
background-color: #BD334C;
}
</style>
border-color css
<style>
span { border-color: #BD334C; }
span { border-color: rgb(189,51,76); }
td.TdClassName
{
border-color: #BD334C;
}
.TagClassName
{
border-color: #BD334C;
}
</style>