Shades of Old Rose #BF305D
Tints of Old Rose #BF305D
RGB
CMYK
RGB Variations
Color information
#BF305D (or 0xBF305D) is known color: Old Rose. HEX triplet: BF, 30 and 5D. RGB value is (191,48,93). Sum of RGB (Red+Green+Blue) = 191+48+93=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF305D is #40CFA2. Grayscale: #5F5F5F. Windows color (decimal): -4247459 or 6107327. OLE color: 6107327.
HSL color Cylindrical-coordinate representation of color #BF305D: hue angle of 341.12º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF305D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 48 | 93 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.25 |
| HSL | 341.12º | 0.6% | 0.47% | - |
| HSV(B) | 341.12º | 0.75% | 0.75% | - |
| XYZ | 24.52 | 13.98 | 11.76 | - |
| YUV | 95.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 48 | 93 | 0 | 0.75 | 0.51 | 0.25 | 341.12 | 0.6 | 0.47 |
| Hex | BF | 30 | 5D | 0 | 4B | 33 | 19 | 155 | 3C | 2F |
| Octal | 277 | 60 | 135 | 0 | 113 | 63 | 31 | 525 | 74 | 57 |
| Binary | 10111111 | 110000 | 1011101 | 0 | 1001011 | 110011 | 11001 | 101010101 | 111100 | 101111 |
Color Harmonies of #BF305D
Complementary color
Monochromatic Colors of #BF305D
Black with #BF305D
Text Example
Text Example
White with #BF305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF305D; }
p { color: rgb(191,48,93); }
H1.HeaderClassName
{
color: #BF305D;
}
.AnyTagClassName
{
color: #BF305D;
}
</style>
background-color css
<style>
a { background-color: #BF305D; }
a { background-color: rgb(191,48,93); }
div.DivClassName
{
background-color: #BF305D;
}
.BgClassName
{
background-color: #BF305D;
}
</style>
border-color css
<style>
span { border-color: #BF305D; }
span { border-color: rgb(191,48,93); }
td.TdClassName
{
border-color: #BF305D;
}
.TagClassName
{
border-color: #BF305D;
}
</style>