Shades of Old Rose #BF3D5D
Tints of Old Rose #BF3D5D
RGB
CMYK
RGB Variations
Color information
#BF3D5D (or 0xBF3D5D) is known color: Old Rose. HEX triplet: BF, 3D and 5D. RGB value is (191,61,93). Sum of RGB (Red+Green+Blue) = 191+61+93=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3D5D is #40C2A2. Grayscale: #676767. Windows color (decimal): -4244131 or 6110655. OLE color: 6110655.
HSL color Cylindrical-coordinate representation of color #BF3D5D: hue angle of 345.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3D5D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 93 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.25 |
| HSL | 345.23º | 0.52% | 0.49% | - |
| HSV(B) | 345.23º | 0.68% | 0.75% | - |
| XYZ | 25.13 | 15.2 | 11.97 | - |
| YUV | 103.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 93 | 0 | 0.68 | 0.51 | 0.25 | 345.23 | 0.52 | 0.49 |
| Hex | BF | 3D | 5D | 0 | 44 | 33 | 19 | 159 | 34 | 31 |
| Octal | 277 | 75 | 135 | 0 | 104 | 63 | 31 | 531 | 64 | 61 |
| Binary | 10111111 | 111101 | 1011101 | 0 | 1000100 | 110011 | 11001 | 101011001 | 110100 | 110001 |
Color Harmonies of #BF3D5D
Complementary color
Monochromatic Colors of #BF3D5D
Black with #BF3D5D
Text Example
Text Example
White with #BF3D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D5D; }
p { color: rgb(191,61,93); }
H1.HeaderClassName
{
color: #BF3D5D;
}
.AnyTagClassName
{
color: #BF3D5D;
}
</style>
background-color css
<style>
a { background-color: #BF3D5D; }
a { background-color: rgb(191,61,93); }
div.DivClassName
{
background-color: #BF3D5D;
}
.BgClassName
{
background-color: #BF3D5D;
}
</style>
border-color css
<style>
span { border-color: #BF3D5D; }
span { border-color: rgb(191,61,93); }
td.TdClassName
{
border-color: #BF3D5D;
}
.TagClassName
{
border-color: #BF3D5D;
}
</style>