Shades of Old Rose #BD2367
Tints of Old Rose #BD2367
RGB
CMYK
RGB Variations
Color information
#BD2367 (or 0xBD2367) is known color: Old Rose. HEX triplet: BD, 23 and 67. RGB value is (189,35,103). Sum of RGB (Red+Green+Blue) = 189+35+103=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2367 is #42DC98. Grayscale: #585858. Windows color (decimal): -4381849 or 6759357. OLE color: 6759357.
HSL color Cylindrical-coordinate representation of color #BD2367: hue angle of 333.51º 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 #BD2367 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 103 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.26 |
| HSL | 333.51º | 0.69% | 0.44% | - |
| HSV(B) | 333.51º | 0.81% | 0.74% | - |
| XYZ | 24.04 | 13 | 14.07 | - |
| YUV | 88.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 103 | 0 | 0.81 | 0.46 | 0.26 | 333.51 | 0.69 | 0.44 |
| Hex | BD | 23 | 67 | 0 | 51 | 2E | 1A | 14E | 45 | 2C |
| Octal | 275 | 43 | 147 | 0 | 121 | 56 | 32 | 516 | 105 | 54 |
| Binary | 10111101 | 100011 | 1100111 | 0 | 1010001 | 101110 | 11010 | 101001110 | 1000101 | 101100 |
Color Harmonies of #BD2367
Complementary color
Monochromatic Colors of #BD2367
Black with #BD2367
Text Example
Text Example
White with #BD2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2367; }
p { color: rgb(189,35,103); }
H1.HeaderClassName
{
color: #BD2367;
}
.AnyTagClassName
{
color: #BD2367;
}
</style>
background-color css
<style>
a { background-color: #BD2367; }
a { background-color: rgb(189,35,103); }
div.DivClassName
{
background-color: #BD2367;
}
.BgClassName
{
background-color: #BD2367;
}
</style>
border-color css
<style>
span { border-color: #BD2367; }
span { border-color: rgb(189,35,103); }
td.TdClassName
{
border-color: #BD2367;
}
.TagClassName
{
border-color: #BD2367;
}
</style>