Shades of Old Rose #BF264D
Tints of Old Rose #BF264D
RGB
CMYK
RGB Variations
Color information
#BF264D (or 0xBF264D) is known color: Old Rose. HEX triplet: BF, 26 and 4D. RGB value is (191,38,77). Sum of RGB (Red+Green+Blue) = 191+38+77=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF264D is #40D9B2. Grayscale: #585858. Windows color (decimal): -4250035 or 5056191. OLE color: 5056191.
HSL color Cylindrical-coordinate representation of color #BF264D: hue angle of 344.71º degrees, saturation: 0.67, 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 #BF264D is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 77 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.25 |
| HSL | 344.71º | 0.67% | 0.45% | - |
| HSV(B) | 344.71º | 0.8% | 0.75% | - |
| XYZ | 23.52 | 13 | 8.29 | - |
| YUV | 88.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 77 | 0 | 0.80 | 0.60 | 0.25 | 344.71 | 0.67 | 0.45 |
| Hex | BF | 26 | 4D | 0 | 50 | 3C | 19 | 159 | 43 | 2D |
| Octal | 277 | 46 | 115 | 0 | 120 | 74 | 31 | 531 | 103 | 55 |
| Binary | 10111111 | 100110 | 1001101 | 0 | 1010000 | 111100 | 11001 | 101011001 | 1000011 | 101101 |
Color Harmonies of #BF264D
Complementary color
Monochromatic Colors of #BF264D
Black with #BF264D
Text Example
Text Example
White with #BF264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF264D; }
p { color: rgb(191,38,77); }
H1.HeaderClassName
{
color: #BF264D;
}
.AnyTagClassName
{
color: #BF264D;
}
</style>
background-color css
<style>
a { background-color: #BF264D; }
a { background-color: rgb(191,38,77); }
div.DivClassName
{
background-color: #BF264D;
}
.BgClassName
{
background-color: #BF264D;
}
</style>
border-color css
<style>
span { border-color: #BF264D; }
span { border-color: rgb(191,38,77); }
td.TdClassName
{
border-color: #BF264D;
}
.TagClassName
{
border-color: #BF264D;
}
</style>