Shades of Old Rose #BF325A
Tints of Old Rose #BF325A
RGB
CMYK
RGB Variations
Color information
#BF325A (or 0xBF325A) is known color: Old Rose. HEX triplet: BF, 32 and 5A. RGB value is (191,50,90). Sum of RGB (Red+Green+Blue) = 191+50+90=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF325A is #40CDA5. Grayscale: #606060. Windows color (decimal): -4246950 or 5911231. OLE color: 5911231.
HSL color Cylindrical-coordinate representation of color #BF325A: hue angle of 342.98º 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 #BF325A is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 90 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.25 |
| HSL | 342.98º | 0.59% | 0.47% | - |
| HSV(B) | 342.98º | 0.74% | 0.75% | - |
| XYZ | 24.47 | 14.1 | 11.1 | - |
| YUV | 96.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 90 | 0 | 0.74 | 0.53 | 0.25 | 342.98 | 0.59 | 0.47 |
| Hex | BF | 32 | 5A | 0 | 4A | 35 | 19 | 157 | 3B | 2F |
| Octal | 277 | 62 | 132 | 0 | 112 | 65 | 31 | 527 | 73 | 57 |
| Binary | 10111111 | 110010 | 1011010 | 0 | 1001010 | 110101 | 11001 | 101010111 | 111011 | 101111 |
Color Harmonies of #BF325A
Complementary color
Monochromatic Colors of #BF325A
Black with #BF325A
Text Example
Text Example
White with #BF325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF325A; }
p { color: rgb(191,50,90); }
H1.HeaderClassName
{
color: #BF325A;
}
.AnyTagClassName
{
color: #BF325A;
}
</style>
background-color css
<style>
a { background-color: #BF325A; }
a { background-color: rgb(191,50,90); }
div.DivClassName
{
background-color: #BF325A;
}
.BgClassName
{
background-color: #BF325A;
}
</style>
border-color css
<style>
span { border-color: #BF325A; }
span { border-color: rgb(191,50,90); }
td.TdClassName
{
border-color: #BF325A;
}
.TagClassName
{
border-color: #BF325A;
}
</style>