Shades of Old Rose #BF325D
Tints of Old Rose #BF325D
RGB
CMYK
RGB Variations
Color information
#BF325D (or 0xBF325D) is known color: Old Rose. HEX triplet: BF, 32 and 5D. RGB value is (191,50,93). Sum of RGB (Red+Green+Blue) = 191+50+93=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF325D is #40CDA2. Grayscale: #616161. Windows color (decimal): -4246947 or 6107839. OLE color: 6107839.
HSL color Cylindrical-coordinate representation of color #BF325D: hue angle of 341.7º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF325D is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 93 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.25 |
| HSL | 341.7º | 0.59% | 0.47% | - |
| HSV(B) | 341.7º | 0.74% | 0.75% | - |
| XYZ | 24.6 | 14.15 | 11.79 | - |
| YUV | 97.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 93 | 0 | 0.74 | 0.51 | 0.25 | 341.7 | 0.59 | 0.47 |
| Hex | BF | 32 | 5D | 0 | 4A | 33 | 19 | 156 | 3B | 2F |
| Octal | 277 | 62 | 135 | 0 | 112 | 63 | 31 | 526 | 73 | 57 |
| Binary | 10111111 | 110010 | 1011101 | 0 | 1001010 | 110011 | 11001 | 101010110 | 111011 | 101111 |
Color Harmonies of #BF325D
Complementary color
Monochromatic Colors of #BF325D
Black with #BF325D
Text Example
Text Example
White with #BF325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF325D; }
p { color: rgb(191,50,93); }
H1.HeaderClassName
{
color: #BF325D;
}
.AnyTagClassName
{
color: #BF325D;
}
</style>
background-color css
<style>
a { background-color: #BF325D; }
a { background-color: rgb(191,50,93); }
div.DivClassName
{
background-color: #BF325D;
}
.BgClassName
{
background-color: #BF325D;
}
</style>
border-color css
<style>
span { border-color: #BF325D; }
span { border-color: rgb(191,50,93); }
td.TdClassName
{
border-color: #BF325D;
}
.TagClassName
{
border-color: #BF325D;
}
</style>