Shades of Old Rose #BD434F
Tints of Old Rose #BD434F
RGB
CMYK
RGB Variations
Color information
#BD434F (or 0xBD434F) is known color: Old Rose. HEX triplet: BD, 43 and 4F. RGB value is (189,67,79). Sum of RGB (Red+Green+Blue) = 189+67+79=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD434F is #42BCB0. Grayscale: #686868. Windows color (decimal): -4373681 or 5194685. OLE color: 5194685.
HSL color Cylindrical-coordinate representation of color #BD434F: hue angle of 354.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD434F is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 79 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.26 |
| HSL | 354.1º | 0.48% | 0.5% | - |
| HSV(B) | 354.1º | 0.65% | 0.74% | - |
| XYZ | 24.4 | 15.4 | 9.08 | - |
| YUV | 104.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 79 | 0 | 0.65 | 0.58 | 0.26 | 354.1 | 0.48 | 0.5 |
| Hex | BD | 43 | 4F | 0 | 41 | 3A | 1A | 162 | 30 | 32 |
| Octal | 275 | 103 | 117 | 0 | 101 | 72 | 32 | 542 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1001111 | 0 | 1000001 | 111010 | 11010 | 101100010 | 110000 | 110010 |
Color Harmonies of #BD434F
Complementary color
Monochromatic Colors of #BD434F
Black with #BD434F
Text Example
Text Example
White with #BD434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD434F; }
p { color: rgb(189,67,79); }
H1.HeaderClassName
{
color: #BD434F;
}
.AnyTagClassName
{
color: #BD434F;
}
</style>
background-color css
<style>
a { background-color: #BD434F; }
a { background-color: rgb(189,67,79); }
div.DivClassName
{
background-color: #BD434F;
}
.BgClassName
{
background-color: #BD434F;
}
</style>
border-color css
<style>
span { border-color: #BD434F; }
span { border-color: rgb(189,67,79); }
td.TdClassName
{
border-color: #BD434F;
}
.TagClassName
{
border-color: #BD434F;
}
</style>