Shades of Old Rose #BD414B
Tints of Old Rose #BD414B
RGB
CMYK
RGB Variations
Color information
#BD414B (or 0xBD414B) is known color: Old Rose. HEX triplet: BD, 41 and 4B. RGB value is (189,65,75). Sum of RGB (Red+Green+Blue) = 189+65+75=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD414B is #42BEB4. Grayscale: #676767. Windows color (decimal): -4374197 or 4932029. OLE color: 4932029.
HSL color Cylindrical-coordinate representation of color #BD414B: hue angle of 355.16º 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 #BD414B is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 75 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.26 |
| HSL | 355.16º | 0.49% | 0.5% | - |
| HSV(B) | 355.16º | 0.66% | 0.74% | - |
| XYZ | 24.15 | 15.11 | 8.3 | - |
| YUV | 103.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 75 | 0 | 0.66 | 0.60 | 0.26 | 355.16 | 0.49 | 0.5 |
| Hex | BD | 41 | 4B | 0 | 42 | 3C | 1A | 163 | 31 | 32 |
| Octal | 275 | 101 | 113 | 0 | 102 | 74 | 32 | 543 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1001011 | 0 | 1000010 | 111100 | 11010 | 101100011 | 110001 | 110010 |
Color Harmonies of #BD414B
Complementary color
Monochromatic Colors of #BD414B
Black with #BD414B
Text Example
Text Example
White with #BD414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD414B; }
p { color: rgb(189,65,75); }
H1.HeaderClassName
{
color: #BD414B;
}
.AnyTagClassName
{
color: #BD414B;
}
</style>
background-color css
<style>
a { background-color: #BD414B; }
a { background-color: rgb(189,65,75); }
div.DivClassName
{
background-color: #BD414B;
}
.BgClassName
{
background-color: #BD414B;
}
</style>
border-color css
<style>
span { border-color: #BD414B; }
span { border-color: rgb(189,65,75); }
td.TdClassName
{
border-color: #BD414B;
}
.TagClassName
{
border-color: #BD414B;
}
</style>