Shades of Old Rose #BD255A
Tints of Old Rose #BD255A
RGB
CMYK
RGB Variations
Color information
#BD255A (or 0xBD255A) is known color: Old Rose. HEX triplet: BD, 25 and 5A. RGB value is (189,37,90). Sum of RGB (Red+Green+Blue) = 189+37+90=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD255A is #42DAA5. Grayscale: #585858. Windows color (decimal): -4381350 or 5907901. OLE color: 5907901.
HSL color Cylindrical-coordinate representation of color #BD255A: hue angle of 339.08º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD255A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 90 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.26 |
| HSL | 339.08º | 0.67% | 0.44% | - |
| HSV(B) | 339.08º | 0.8% | 0.74% | - |
| XYZ | 23.49 | 12.88 | 10.92 | - |
| YUV | 88.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 90 | 0 | 0.80 | 0.52 | 0.26 | 339.08 | 0.67 | 0.44 |
| Hex | BD | 25 | 5A | 0 | 50 | 34 | 1A | 153 | 43 | 2C |
| Octal | 275 | 45 | 132 | 0 | 120 | 64 | 32 | 523 | 103 | 54 |
| Binary | 10111101 | 100101 | 1011010 | 0 | 1010000 | 110100 | 11010 | 101010011 | 1000011 | 101100 |
Color Harmonies of #BD255A
Complementary color
Monochromatic Colors of #BD255A
Black with #BD255A
Text Example
Text Example
White with #BD255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD255A; }
p { color: rgb(189,37,90); }
H1.HeaderClassName
{
color: #BD255A;
}
.AnyTagClassName
{
color: #BD255A;
}
</style>
background-color css
<style>
a { background-color: #BD255A; }
a { background-color: rgb(189,37,90); }
div.DivClassName
{
background-color: #BD255A;
}
.BgClassName
{
background-color: #BD255A;
}
</style>
border-color css
<style>
span { border-color: #BD255A; }
span { border-color: rgb(189,37,90); }
td.TdClassName
{
border-color: #BD255A;
}
.TagClassName
{
border-color: #BD255A;
}
</style>