Shades of Old Rose #BD334B
Tints of Old Rose #BD334B
RGB
CMYK
RGB Variations
Color information
#BD334B (or 0xBD334B) is known color: Old Rose. HEX triplet: BD, 33 and 4B. RGB value is (189,51,75). Sum of RGB (Red+Green+Blue) = 189+51+75=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD334B is #42CCB4. Grayscale: #5F5F5F. Windows color (decimal): -4377781 or 4928445. OLE color: 4928445.
HSL color Cylindrical-coordinate representation of color #BD334B: hue angle of 349.57º 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 #BD334B is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 75 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.26 |
| HSL | 349.57º | 0.58% | 0.47% | - |
| HSV(B) | 349.57º | 0.73% | 0.74% | - |
| XYZ | 23.44 | 13.69 | 8.06 | - |
| YUV | 95 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 75 | 0 | 0.73 | 0.60 | 0.26 | 349.57 | 0.58 | 0.47 |
| Hex | BD | 33 | 4B | 0 | 49 | 3C | 1A | 15E | 3A | 2F |
| Octal | 275 | 63 | 113 | 0 | 111 | 74 | 32 | 536 | 72 | 57 |
| Binary | 10111101 | 110011 | 1001011 | 0 | 1001001 | 111100 | 11010 | 101011110 | 111010 | 101111 |
Color Harmonies of #BD334B
Complementary color
Monochromatic Colors of #BD334B
Black with #BD334B
Text Example
Text Example
White with #BD334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD334B; }
p { color: rgb(189,51,75); }
H1.HeaderClassName
{
color: #BD334B;
}
.AnyTagClassName
{
color: #BD334B;
}
</style>
background-color css
<style>
a { background-color: #BD334B; }
a { background-color: rgb(189,51,75); }
div.DivClassName
{
background-color: #BD334B;
}
.BgClassName
{
background-color: #BD334B;
}
</style>
border-color css
<style>
span { border-color: #BD334B; }
span { border-color: rgb(189,51,75); }
td.TdClassName
{
border-color: #BD334B;
}
.TagClassName
{
border-color: #BD334B;
}
</style>