Shades of Old Rose #BF3356
Tints of Old Rose #BF3356
RGB
CMYK
RGB Variations
Color information
#BF3356 (or 0xBF3356) is known color: Old Rose. HEX triplet: BF, 33 and 56. RGB value is (191,51,86). Sum of RGB (Red+Green+Blue) = 191+51+86=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3356 is #40CCA9. Grayscale: #606060. Windows color (decimal): -4246698 or 5649343. OLE color: 5649343.
HSL color Cylindrical-coordinate representation of color #BF3356: hue angle of 345º 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 #BF3356 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 86 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.25 |
| HSL | 345º | 0.58% | 0.47% | - |
| HSV(B) | 345º | 0.73% | 0.75% | - |
| XYZ | 24.35 | 14.12 | 10.25 | - |
| YUV | 96.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 86 | 0 | 0.73 | 0.55 | 0.25 | 345 | 0.58 | 0.47 |
| Hex | BF | 33 | 56 | 0 | 49 | 37 | 19 | 159 | 3A | 2F |
| Octal | 277 | 63 | 126 | 0 | 111 | 67 | 31 | 531 | 72 | 57 |
| Binary | 10111111 | 110011 | 1010110 | 0 | 1001001 | 110111 | 11001 | 101011001 | 111010 | 101111 |
Color Harmonies of #BF3356
Complementary color
Monochromatic Colors of #BF3356
Black with #BF3356
Text Example
Text Example
White with #BF3356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3356; }
p { color: rgb(191,51,86); }
H1.HeaderClassName
{
color: #BF3356;
}
.AnyTagClassName
{
color: #BF3356;
}
</style>
background-color css
<style>
a { background-color: #BF3356; }
a { background-color: rgb(191,51,86); }
div.DivClassName
{
background-color: #BF3356;
}
.BgClassName
{
background-color: #BF3356;
}
</style>
border-color css
<style>
span { border-color: #BF3356; }
span { border-color: rgb(191,51,86); }
td.TdClassName
{
border-color: #BF3356;
}
.TagClassName
{
border-color: #BF3356;
}
</style>