Shades of Old Rose #BD4053
Tints of Old Rose #BD4053
RGB
CMYK
RGB Variations
Color information
#BD4053 (or 0xBD4053) is known color: Old Rose. HEX triplet: BD, 40 and 53. RGB value is (189,64,83). Sum of RGB (Red+Green+Blue) = 189+64+83=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4053 is #42BFAC. Grayscale: #676767. Windows color (decimal): -4374445 or 5456061. OLE color: 5456061.
HSL color Cylindrical-coordinate representation of color #BD4053: hue angle of 350.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4053 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 83 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.26 |
| HSL | 350.88º | 0.49% | 0.5% | - |
| HSV(B) | 350.88º | 0.66% | 0.74% | - |
| XYZ | 24.38 | 15.11 | 9.82 | - |
| YUV | 103.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 83 | 0 | 0.66 | 0.56 | 0.26 | 350.88 | 0.49 | 0.5 |
| Hex | BD | 40 | 53 | 0 | 42 | 38 | 1A | 15F | 31 | 32 |
| Octal | 275 | 100 | 123 | 0 | 102 | 70 | 32 | 537 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1010011 | 0 | 1000010 | 111000 | 11010 | 101011111 | 110001 | 110010 |
Color Harmonies of #BD4053
Complementary color
Monochromatic Colors of #BD4053
Black with #BD4053
Text Example
Text Example
White with #BD4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4053; }
p { color: rgb(189,64,83); }
H1.HeaderClassName
{
color: #BD4053;
}
.AnyTagClassName
{
color: #BD4053;
}
</style>
background-color css
<style>
a { background-color: #BD4053; }
a { background-color: rgb(189,64,83); }
div.DivClassName
{
background-color: #BD4053;
}
.BgClassName
{
background-color: #BD4053;
}
</style>
border-color css
<style>
span { border-color: #BD4053; }
span { border-color: rgb(189,64,83); }
td.TdClassName
{
border-color: #BD4053;
}
.TagClassName
{
border-color: #BD4053;
}
</style>