Shades of Old Rose #BF3B5C
Tints of Old Rose #BF3B5C
RGB
CMYK
RGB Variations
Color information
#BF3B5C (or 0xBF3B5C) is known color: Old Rose. HEX triplet: BF, 3B and 5C. RGB value is (191,59,92). Sum of RGB (Red+Green+Blue) = 191+59+92=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3B5C is #40C4A3. Grayscale: #666666. Windows color (decimal): -4244644 or 6044607. OLE color: 6044607.
HSL color Cylindrical-coordinate representation of color #BF3B5C: hue angle of 345º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3B5C is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 59 | 92 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.25 |
| HSL | 345º | 0.53% | 0.49% | - |
| HSV(B) | 345º | 0.69% | 0.75% | - |
| XYZ | 24.98 | 14.98 | 11.7 | - |
| YUV | 102.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 92 | 0 | 0.69 | 0.52 | 0.25 | 345 | 0.53 | 0.49 |
| Hex | BF | 3B | 5C | 0 | 45 | 34 | 19 | 159 | 35 | 31 |
| Octal | 277 | 73 | 134 | 0 | 105 | 64 | 31 | 531 | 65 | 61 |
| Binary | 10111111 | 111011 | 1011100 | 0 | 1000101 | 110100 | 11001 | 101011001 | 110101 | 110001 |
Color Harmonies of #BF3B5C
Complementary color
Monochromatic Colors of #BF3B5C
Black with #BF3B5C
Text Example
Text Example
White with #BF3B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3B5C; }
p { color: rgb(191,59,92); }
H1.HeaderClassName
{
color: #BF3B5C;
}
.AnyTagClassName
{
color: #BF3B5C;
}
</style>
background-color css
<style>
a { background-color: #BF3B5C; }
a { background-color: rgb(191,59,92); }
div.DivClassName
{
background-color: #BF3B5C;
}
.BgClassName
{
background-color: #BF3B5C;
}
</style>
border-color css
<style>
span { border-color: #BF3B5C; }
span { border-color: rgb(191,59,92); }
td.TdClassName
{
border-color: #BF3B5C;
}
.TagClassName
{
border-color: #BF3B5C;
}
</style>