Shades of Old Rose #BF334F
Tints of Old Rose #BF334F
RGB
CMYK
RGB Variations
Color information
#BF334F (or 0xBF334F) is known color: Old Rose. HEX triplet: BF, 33 and 4F. RGB value is (191,51,79). Sum of RGB (Red+Green+Blue) = 191+51+79=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF334F is #40CCB0. Grayscale: #606060. Windows color (decimal): -4246705 or 5190591. OLE color: 5190591.
HSL color Cylindrical-coordinate representation of color #BF334F: hue angle of 348º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF334F is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 79 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.25 |
| HSL | 348º | 0.58% | 0.47% | - |
| HSV(B) | 348º | 0.73% | 0.75% | - |
| XYZ | 24.08 | 14.01 | 8.83 | - |
| YUV | 96.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 79 | 0 | 0.73 | 0.59 | 0.25 | 348 | 0.58 | 0.47 |
| Hex | BF | 33 | 4F | 0 | 49 | 3B | 19 | 15C | 3A | 2F |
| Octal | 277 | 63 | 117 | 0 | 111 | 73 | 31 | 534 | 72 | 57 |
| Binary | 10111111 | 110011 | 1001111 | 0 | 1001001 | 111011 | 11001 | 101011100 | 111010 | 101111 |
Color Harmonies of #BF334F
Complementary color
Monochromatic Colors of #BF334F
Black with #BF334F
Text Example
Text Example
White with #BF334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF334F; }
p { color: rgb(191,51,79); }
H1.HeaderClassName
{
color: #BF334F;
}
.AnyTagClassName
{
color: #BF334F;
}
</style>
background-color css
<style>
a { background-color: #BF334F; }
a { background-color: rgb(191,51,79); }
div.DivClassName
{
background-color: #BF334F;
}
.BgClassName
{
background-color: #BF334F;
}
</style>
border-color css
<style>
span { border-color: #BF334F; }
span { border-color: rgb(191,51,79); }
td.TdClassName
{
border-color: #BF334F;
}
.TagClassName
{
border-color: #BF334F;
}
</style>