Shades of Old Rose #BD274D
Tints of Old Rose #BD274D
RGB
CMYK
RGB Variations
Color information
#BD274D (or 0xBD274D) is known color: Old Rose. HEX triplet: BD, 27 and 4D. RGB value is (189,39,77). Sum of RGB (Red+Green+Blue) = 189+39+77=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD274D is #42D8B2. Grayscale: #585858. Windows color (decimal): -4380851 or 5056445. OLE color: 5056445.
HSL color Cylindrical-coordinate representation of color #BD274D: hue angle of 344.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD274D is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 77 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.26 |
| HSL | 344.8º | 0.66% | 0.45% | - |
| HSV(B) | 344.8º | 0.79% | 0.74% | - |
| XYZ | 23.05 | 12.81 | 8.28 | - |
| YUV | 88.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 77 | 0 | 0.79 | 0.59 | 0.26 | 344.8 | 0.66 | 0.45 |
| Hex | BD | 27 | 4D | 0 | 4F | 3B | 1A | 159 | 42 | 2D |
| Octal | 275 | 47 | 115 | 0 | 117 | 73 | 32 | 531 | 102 | 55 |
| Binary | 10111101 | 100111 | 1001101 | 0 | 1001111 | 111011 | 11010 | 101011001 | 1000010 | 101101 |
Color Harmonies of #BD274D
Complementary color
Monochromatic Colors of #BD274D
Black with #BD274D
Text Example
Text Example
White with #BD274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD274D; }
p { color: rgb(189,39,77); }
H1.HeaderClassName
{
color: #BD274D;
}
.AnyTagClassName
{
color: #BD274D;
}
</style>
background-color css
<style>
a { background-color: #BD274D; }
a { background-color: rgb(189,39,77); }
div.DivClassName
{
background-color: #BD274D;
}
.BgClassName
{
background-color: #BD274D;
}
</style>
border-color css
<style>
span { border-color: #BD274D; }
span { border-color: rgb(189,39,77); }
td.TdClassName
{
border-color: #BD274D;
}
.TagClassName
{
border-color: #BD274D;
}
</style>