Shades of Old Rose #BD3E4C
Tints of Old Rose #BD3E4C
RGB
CMYK
RGB Variations
Color information
#BD3E4C (or 0xBD3E4C) is known color: Old Rose. HEX triplet: BD, 3E and 4C. RGB value is (189,62,76). Sum of RGB (Red+Green+Blue) = 189+62+76=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E4C is #42C1B3. Grayscale: #656565. Windows color (decimal): -4374964 or 4996797. OLE color: 4996797.
HSL color Cylindrical-coordinate representation of color #BD3E4C: hue angle of 353.39º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E4C is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 76 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.26 |
| HSL | 353.39º | 0.51% | 0.49% | - |
| HSV(B) | 353.39º | 0.67% | 0.74% | - |
| XYZ | 24.01 | 14.79 | 8.43 | - |
| YUV | 101.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 76 | 0 | 0.67 | 0.60 | 0.26 | 353.39 | 0.51 | 0.49 |
| Hex | BD | 3E | 4C | 0 | 43 | 3C | 1A | 161 | 33 | 31 |
| Octal | 275 | 76 | 114 | 0 | 103 | 74 | 32 | 541 | 63 | 61 |
| Binary | 10111101 | 111110 | 1001100 | 0 | 1000011 | 111100 | 11010 | 101100001 | 110011 | 110001 |
Color Harmonies of #BD3E4C
Complementary color
Monochromatic Colors of #BD3E4C
Black with #BD3E4C
Text Example
Text Example
White with #BD3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E4C; }
p { color: rgb(189,62,76); }
H1.HeaderClassName
{
color: #BD3E4C;
}
.AnyTagClassName
{
color: #BD3E4C;
}
</style>
background-color css
<style>
a { background-color: #BD3E4C; }
a { background-color: rgb(189,62,76); }
div.DivClassName
{
background-color: #BD3E4C;
}
.BgClassName
{
background-color: #BD3E4C;
}
</style>
border-color css
<style>
span { border-color: #BD3E4C; }
span { border-color: rgb(189,62,76); }
td.TdClassName
{
border-color: #BD3E4C;
}
.TagClassName
{
border-color: #BD3E4C;
}
</style>