Shades of Old Rose #BF3256
Tints of Old Rose #BF3256
RGB
CMYK
RGB Variations
Color information
#BF3256 (or 0xBF3256) is known color: Old Rose. HEX triplet: BF, 32 and 56. RGB value is (191,50,86). Sum of RGB (Red+Green+Blue) = 191+50+86=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3256 is #40CDA9. Grayscale: #606060. Windows color (decimal): -4246954 or 5649087. OLE color: 5649087.
HSL color Cylindrical-coordinate representation of color #BF3256: hue angle of 344.68º 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 #BF3256 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 86 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.25 |
| HSL | 344.68º | 0.59% | 0.47% | - |
| HSV(B) | 344.68º | 0.74% | 0.75% | - |
| XYZ | 24.31 | 14.03 | 10.23 | - |
| YUV | 96.26 | 122.21 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 86 | 0 | 0.74 | 0.55 | 0.25 | 344.68 | 0.59 | 0.47 |
| Hex | BF | 32 | 56 | 0 | 4A | 37 | 19 | 159 | 3B | 2F |
| Octal | 277 | 62 | 126 | 0 | 112 | 67 | 31 | 531 | 73 | 57 |
| Binary | 10111111 | 110010 | 1010110 | 0 | 1001010 | 110111 | 11001 | 101011001 | 111011 | 101111 |
Color Harmonies of #BF3256
Complementary color
Monochromatic Colors of #BF3256
Black with #BF3256
Text Example
Text Example
White with #BF3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3256; }
p { color: rgb(191,50,86); }
H1.HeaderClassName
{
color: #BF3256;
}
.AnyTagClassName
{
color: #BF3256;
}
</style>
background-color css
<style>
a { background-color: #BF3256; }
a { background-color: rgb(191,50,86); }
div.DivClassName
{
background-color: #BF3256;
}
.BgClassName
{
background-color: #BF3256;
}
</style>
border-color css
<style>
span { border-color: #BF3256; }
span { border-color: rgb(191,50,86); }
td.TdClassName
{
border-color: #BF3256;
}
.TagClassName
{
border-color: #BF3256;
}
</style>