Shades of Old Rose #BF325C
Tints of Old Rose #BF325C
RGB
CMYK
RGB Variations
Color information
#BF325C (or 0xBF325C) is known color: Old Rose. HEX triplet: BF, 32 and 5C. RGB value is (191,50,92). Sum of RGB (Red+Green+Blue) = 191+50+92=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF325C is #40CDA3. Grayscale: #606060. Windows color (decimal): -4246948 or 6042303. OLE color: 6042303.
HSL color Cylindrical-coordinate representation of color #BF325C: hue angle of 342.13º 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 #BF325C is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 92 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.25 |
| HSL | 342.13º | 0.59% | 0.47% | - |
| HSV(B) | 342.13º | 0.74% | 0.75% | - |
| XYZ | 24.56 | 14.13 | 11.56 | - |
| YUV | 96.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 92 | 0 | 0.74 | 0.52 | 0.25 | 342.13 | 0.59 | 0.47 |
| Hex | BF | 32 | 5C | 0 | 4A | 34 | 19 | 156 | 3B | 2F |
| Octal | 277 | 62 | 134 | 0 | 112 | 64 | 31 | 526 | 73 | 57 |
| Binary | 10111111 | 110010 | 1011100 | 0 | 1001010 | 110100 | 11001 | 101010110 | 111011 | 101111 |
Color Harmonies of #BF325C
Complementary color
Monochromatic Colors of #BF325C
Black with #BF325C
Text Example
Text Example
White with #BF325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF325C; }
p { color: rgb(191,50,92); }
H1.HeaderClassName
{
color: #BF325C;
}
.AnyTagClassName
{
color: #BF325C;
}
</style>
background-color css
<style>
a { background-color: #BF325C; }
a { background-color: rgb(191,50,92); }
div.DivClassName
{
background-color: #BF325C;
}
.BgClassName
{
background-color: #BF325C;
}
</style>
border-color css
<style>
span { border-color: #BF325C; }
span { border-color: rgb(191,50,92); }
td.TdClassName
{
border-color: #BF325C;
}
.TagClassName
{
border-color: #BF325C;
}
</style>