Shades of Old Rose #BD334F
Tints of Old Rose #BD334F
RGB
CMYK
RGB Variations
Color information
#BD334F (or 0xBD334F) is known color: Old Rose. HEX triplet: BD, 33 and 4F. RGB value is (189,51,79). Sum of RGB (Red+Green+Blue) = 189+51+79=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD334F is #42CCB0. Grayscale: #5F5F5F. Windows color (decimal): -4377777 or 5190589. OLE color: 5190589.
HSL color Cylindrical-coordinate representation of color #BD334F: hue angle of 347.83º 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 #BD334F is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 79 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.26 |
| HSL | 347.83º | 0.58% | 0.47% | - |
| HSV(B) | 347.83º | 0.73% | 0.74% | - |
| XYZ | 23.58 | 13.75 | 8.81 | - |
| YUV | 95.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 79 | 0 | 0.73 | 0.58 | 0.26 | 347.83 | 0.58 | 0.47 |
| Hex | BD | 33 | 4F | 0 | 49 | 3A | 1A | 15C | 3A | 2F |
| Octal | 275 | 63 | 117 | 0 | 111 | 72 | 32 | 534 | 72 | 57 |
| Binary | 10111101 | 110011 | 1001111 | 0 | 1001001 | 111010 | 11010 | 101011100 | 111010 | 101111 |
Color Harmonies of #BD334F
Complementary color
Monochromatic Colors of #BD334F
Black with #BD334F
Text Example
Text Example
White with #BD334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD334F; }
p { color: rgb(189,51,79); }
H1.HeaderClassName
{
color: #BD334F;
}
.AnyTagClassName
{
color: #BD334F;
}
</style>
background-color css
<style>
a { background-color: #BD334F; }
a { background-color: rgb(189,51,79); }
div.DivClassName
{
background-color: #BD334F;
}
.BgClassName
{
background-color: #BD334F;
}
</style>
border-color css
<style>
span { border-color: #BD334F; }
span { border-color: rgb(189,51,79); }
td.TdClassName
{
border-color: #BD334F;
}
.TagClassName
{
border-color: #BD334F;
}
</style>