Shades of Old Rose #BD265D
Tints of Old Rose #BD265D
RGB
CMYK
RGB Variations
Color information
#BD265D (or 0xBD265D) is known color: Old Rose. HEX triplet: BD, 26 and 5D. RGB value is (189,38,93). Sum of RGB (Red+Green+Blue) = 189+38+93=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD265D is #42D9A2. Grayscale: #595959. Windows color (decimal): -4381091 or 6104765. OLE color: 6104765.
HSL color Cylindrical-coordinate representation of color #BD265D: hue angle of 338.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD265D is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 93 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.26 |
| HSL | 338.15º | 0.67% | 0.45% | - |
| HSV(B) | 338.15º | 0.8% | 0.74% | - |
| XYZ | 23.66 | 13 | 11.62 | - |
| YUV | 89.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 93 | 0 | 0.80 | 0.51 | 0.26 | 338.15 | 0.67 | 0.45 |
| Hex | BD | 26 | 5D | 0 | 50 | 33 | 1A | 152 | 43 | 2D |
| Octal | 275 | 46 | 135 | 0 | 120 | 63 | 32 | 522 | 103 | 55 |
| Binary | 10111101 | 100110 | 1011101 | 0 | 1010000 | 110011 | 11010 | 101010010 | 1000011 | 101101 |
Color Harmonies of #BD265D
Complementary color
Monochromatic Colors of #BD265D
Black with #BD265D
Text Example
Text Example
White with #BD265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD265D; }
p { color: rgb(189,38,93); }
H1.HeaderClassName
{
color: #BD265D;
}
.AnyTagClassName
{
color: #BD265D;
}
</style>
background-color css
<style>
a { background-color: #BD265D; }
a { background-color: rgb(189,38,93); }
div.DivClassName
{
background-color: #BD265D;
}
.BgClassName
{
background-color: #BD265D;
}
</style>
border-color css
<style>
span { border-color: #BD265D; }
span { border-color: rgb(189,38,93); }
td.TdClassName
{
border-color: #BD265D;
}
.TagClassName
{
border-color: #BD265D;
}
</style>