Shades of Old Rose #BD4148
Tints of Old Rose #BD4148
RGB
CMYK
RGB Variations
Color information
#BD4148 (or 0xBD4148) is known color: Old Rose. HEX triplet: BD, 41 and 48. RGB value is (189,65,72). Sum of RGB (Red+Green+Blue) = 189+65+72=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4148 is #42BEB7. Grayscale: #666666. Windows color (decimal): -4374200 or 4735421. OLE color: 4735421.
HSL color Cylindrical-coordinate representation of color #BD4148: hue angle of 356.61º 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 #BD4148 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 72 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.26 |
| HSL | 356.61º | 0.49% | 0.5% | - |
| HSV(B) | 356.61º | 0.66% | 0.74% | - |
| XYZ | 24.05 | 15.07 | 7.77 | - |
| YUV | 102.87 | 110.58 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 72 | 0 | 0.66 | 0.62 | 0.26 | 356.61 | 0.49 | 0.5 |
| Hex | BD | 41 | 48 | 0 | 42 | 3E | 1A | 165 | 31 | 32 |
| Octal | 275 | 101 | 110 | 0 | 102 | 76 | 32 | 545 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1001000 | 0 | 1000010 | 111110 | 11010 | 101100101 | 110001 | 110010 |
Color Harmonies of #BD4148
Complementary color
Monochromatic Colors of #BD4148
Black with #BD4148
Text Example
Text Example
White with #BD4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4148; }
p { color: rgb(189,65,72); }
H1.HeaderClassName
{
color: #BD4148;
}
.AnyTagClassName
{
color: #BD4148;
}
</style>
background-color css
<style>
a { background-color: #BD4148; }
a { background-color: rgb(189,65,72); }
div.DivClassName
{
background-color: #BD4148;
}
.BgClassName
{
background-color: #BD4148;
}
</style>
border-color css
<style>
span { border-color: #BD4148; }
span { border-color: rgb(189,65,72); }
td.TdClassName
{
border-color: #BD4148;
}
.TagClassName
{
border-color: #BD4148;
}
</style>