Shades of Old Rose #BF275D
Tints of Old Rose #BF275D
RGB
CMYK
RGB Variations
Color information
#BF275D (or 0xBF275D) is known color: Old Rose. HEX triplet: BF, 27 and 5D. RGB value is (191,39,93). Sum of RGB (Red+Green+Blue) = 191+39+93=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF275D is #40D8A2. Grayscale: #5A5A5A. Windows color (decimal): -4249763 or 6105023. OLE color: 6105023.
HSL color Cylindrical-coordinate representation of color #BF275D: hue angle of 338.68º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF275D is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 93 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.25 |
| HSL | 338.68º | 0.66% | 0.45% | - |
| HSV(B) | 338.68º | 0.8% | 0.75% | - |
| XYZ | 24.19 | 13.32 | 11.65 | - |
| YUV | 90.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 93 | 0 | 0.80 | 0.51 | 0.25 | 338.68 | 0.66 | 0.45 |
| Hex | BF | 27 | 5D | 0 | 50 | 33 | 19 | 153 | 42 | 2D |
| Octal | 277 | 47 | 135 | 0 | 120 | 63 | 31 | 523 | 102 | 55 |
| Binary | 10111111 | 100111 | 1011101 | 0 | 1010000 | 110011 | 11001 | 101010011 | 1000010 | 101101 |
Color Harmonies of #BF275D
Complementary color
Monochromatic Colors of #BF275D
Black with #BF275D
Text Example
Text Example
White with #BF275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF275D; }
p { color: rgb(191,39,93); }
H1.HeaderClassName
{
color: #BF275D;
}
.AnyTagClassName
{
color: #BF275D;
}
</style>
background-color css
<style>
a { background-color: #BF275D; }
a { background-color: rgb(191,39,93); }
div.DivClassName
{
background-color: #BF275D;
}
.BgClassName
{
background-color: #BF275D;
}
</style>
border-color css
<style>
span { border-color: #BF275D; }
span { border-color: rgb(191,39,93); }
td.TdClassName
{
border-color: #BF275D;
}
.TagClassName
{
border-color: #BF275D;
}
</style>