Shades of Old Rose #BD235E
Tints of Old Rose #BD235E
RGB
CMYK
RGB Variations
Color information
#BD235E (or 0xBD235E) is known color: Old Rose. HEX triplet: BD, 23 and 5E. RGB value is (189,35,94). Sum of RGB (Red+Green+Blue) = 189+35+94=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD235E is #42DCA1. Grayscale: #575757. Windows color (decimal): -4381858 or 6169533. OLE color: 6169533.
HSL color Cylindrical-coordinate representation of color #BD235E: hue angle of 337.01º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD235E is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 94 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.26 |
| HSL | 337.01º | 0.69% | 0.44% | - |
| HSV(B) | 337.01º | 0.81% | 0.74% | - |
| XYZ | 23.61 | 12.83 | 11.82 | - |
| YUV | 87.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 94 | 0 | 0.81 | 0.50 | 0.26 | 337.01 | 0.69 | 0.44 |
| Hex | BD | 23 | 5E | 0 | 51 | 32 | 1A | 151 | 45 | 2C |
| Octal | 275 | 43 | 136 | 0 | 121 | 62 | 32 | 521 | 105 | 54 |
| Binary | 10111101 | 100011 | 1011110 | 0 | 1010001 | 110010 | 11010 | 101010001 | 1000101 | 101100 |
Color Harmonies of #BD235E
Complementary color
Monochromatic Colors of #BD235E
Black with #BD235E
Text Example
Text Example
White with #BD235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD235E; }
p { color: rgb(189,35,94); }
H1.HeaderClassName
{
color: #BD235E;
}
.AnyTagClassName
{
color: #BD235E;
}
</style>
background-color css
<style>
a { background-color: #BD235E; }
a { background-color: rgb(189,35,94); }
div.DivClassName
{
background-color: #BD235E;
}
.BgClassName
{
background-color: #BD235E;
}
</style>
border-color css
<style>
span { border-color: #BD235E; }
span { border-color: rgb(189,35,94); }
td.TdClassName
{
border-color: #BD235E;
}
.TagClassName
{
border-color: #BD235E;
}
</style>