Shades of Old Rose #BD434E
Tints of Old Rose #BD434E
RGB
CMYK
RGB Variations
Color information
#BD434E (or 0xBD434E) is known color: Old Rose. HEX triplet: BD, 43 and 4E. RGB value is (189,67,78). Sum of RGB (Red+Green+Blue) = 189+67+78=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD434E is #42BCB1. Grayscale: #686868. Windows color (decimal): -4373682 or 5129149. OLE color: 5129149.
HSL color Cylindrical-coordinate representation of color #BD434E: hue angle of 354.59º 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 #BD434E is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 78 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.26 |
| HSL | 354.59º | 0.48% | 0.5% | - |
| HSV(B) | 354.59º | 0.65% | 0.74% | - |
| XYZ | 24.37 | 15.38 | 8.89 | - |
| YUV | 104.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 78 | 0 | 0.65 | 0.59 | 0.26 | 354.59 | 0.48 | 0.5 |
| Hex | BD | 43 | 4E | 0 | 41 | 3B | 1A | 163 | 30 | 32 |
| Octal | 275 | 103 | 116 | 0 | 101 | 73 | 32 | 543 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1001110 | 0 | 1000001 | 111011 | 11010 | 101100011 | 110000 | 110010 |
Color Harmonies of #BD434E
Complementary color
Monochromatic Colors of #BD434E
Black with #BD434E
Text Example
Text Example
White with #BD434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD434E; }
p { color: rgb(189,67,78); }
H1.HeaderClassName
{
color: #BD434E;
}
.AnyTagClassName
{
color: #BD434E;
}
</style>
background-color css
<style>
a { background-color: #BD434E; }
a { background-color: rgb(189,67,78); }
div.DivClassName
{
background-color: #BD434E;
}
.BgClassName
{
background-color: #BD434E;
}
</style>
border-color css
<style>
span { border-color: #BD434E; }
span { border-color: rgb(189,67,78); }
td.TdClassName
{
border-color: #BD434E;
}
.TagClassName
{
border-color: #BD434E;
}
</style>