Shades of Old Rose #BD254B
Tints of Old Rose #BD254B
RGB
CMYK
RGB Variations
Color information
#BD254B (or 0xBD254B) is known color: Old Rose. HEX triplet: BD, 25 and 4B. RGB value is (189,37,75). Sum of RGB (Red+Green+Blue) = 189+37+75=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD254B is #42DAB4. Grayscale: #565656. Windows color (decimal): -4381365 or 4924861. OLE color: 4924861.
HSL color Cylindrical-coordinate representation of color #BD254B: hue angle of 345º 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 #BD254B is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 75 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.26 |
| HSL | 345º | 0.67% | 0.44% | - |
| HSV(B) | 345º | 0.8% | 0.74% | - |
| XYZ | 22.92 | 12.65 | 7.89 | - |
| YUV | 86.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 75 | 0 | 0.80 | 0.60 | 0.26 | 345 | 0.67 | 0.44 |
| Hex | BD | 25 | 4B | 0 | 50 | 3C | 1A | 159 | 43 | 2C |
| Octal | 275 | 45 | 113 | 0 | 120 | 74 | 32 | 531 | 103 | 54 |
| Binary | 10111101 | 100101 | 1001011 | 0 | 1010000 | 111100 | 11010 | 101011001 | 1000011 | 101100 |
Color Harmonies of #BD254B
Complementary color
Monochromatic Colors of #BD254B
Black with #BD254B
Text Example
Text Example
White with #BD254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD254B; }
p { color: rgb(189,37,75); }
H1.HeaderClassName
{
color: #BD254B;
}
.AnyTagClassName
{
color: #BD254B;
}
</style>
background-color css
<style>
a { background-color: #BD254B; }
a { background-color: rgb(189,37,75); }
div.DivClassName
{
background-color: #BD254B;
}
.BgClassName
{
background-color: #BD254B;
}
</style>
border-color css
<style>
span { border-color: #BD254B; }
span { border-color: rgb(189,37,75); }
td.TdClassName
{
border-color: #BD254B;
}
.TagClassName
{
border-color: #BD254B;
}
</style>