Shades of Old Rose #BD404B
Tints of Old Rose #BD404B
RGB
CMYK
RGB Variations
Color information
#BD404B (or 0xBD404B) is known color: Old Rose. HEX triplet: BD, 40 and 4B. RGB value is (189,64,75). Sum of RGB (Red+Green+Blue) = 189+64+75=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD404B is #42BFB4. Grayscale: #666666. Windows color (decimal): -4374453 or 4931773. OLE color: 4931773.
HSL color Cylindrical-coordinate representation of color #BD404B: hue angle of 354.72º 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 #BD404B is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 75 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.26 |
| HSL | 354.72º | 0.49% | 0.5% | - |
| HSV(B) | 354.72º | 0.66% | 0.74% | - |
| XYZ | 24.09 | 14.99 | 8.28 | - |
| YUV | 102.63 | 112.41 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 75 | 0 | 0.66 | 0.60 | 0.26 | 354.72 | 0.49 | 0.5 |
| Hex | BD | 40 | 4B | 0 | 42 | 3C | 1A | 163 | 31 | 32 |
| Octal | 275 | 100 | 113 | 0 | 102 | 74 | 32 | 543 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1001011 | 0 | 1000010 | 111100 | 11010 | 101100011 | 110001 | 110010 |
Color Harmonies of #BD404B
Complementary color
Monochromatic Colors of #BD404B
Black with #BD404B
Text Example
Text Example
White with #BD404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD404B; }
p { color: rgb(189,64,75); }
H1.HeaderClassName
{
color: #BD404B;
}
.AnyTagClassName
{
color: #BD404B;
}
</style>
background-color css
<style>
a { background-color: #BD404B; }
a { background-color: rgb(189,64,75); }
div.DivClassName
{
background-color: #BD404B;
}
.BgClassName
{
background-color: #BD404B;
}
</style>
border-color css
<style>
span { border-color: #BD404B; }
span { border-color: rgb(189,64,75); }
td.TdClassName
{
border-color: #BD404B;
}
.TagClassName
{
border-color: #BD404B;
}
</style>