Shades of Old Rose #BF254A
Tints of Old Rose #BF254A
RGB
CMYK
RGB Variations
Color information
#BF254A (or 0xBF254A) is known color: Old Rose. HEX triplet: BF, 25 and 4A. RGB value is (191,37,74). Sum of RGB (Red+Green+Blue) = 191+37+74=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF254A is #40DAB5. Grayscale: #575757. Windows color (decimal): -4250294 or 4859327. OLE color: 4859327.
HSL color Cylindrical-coordinate representation of color #BF254A: hue angle of 345.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF254A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 74 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.25 |
| HSL | 345.58º | 0.68% | 0.45% | - |
| HSV(B) | 345.58º | 0.81% | 0.75% | - |
| XYZ | 23.38 | 12.89 | 7.73 | - |
| YUV | 87.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 74 | 0 | 0.81 | 0.61 | 0.25 | 345.58 | 0.68 | 0.45 |
| Hex | BF | 25 | 4A | 0 | 51 | 3D | 19 | 15A | 44 | 2D |
| Octal | 277 | 45 | 112 | 0 | 121 | 75 | 31 | 532 | 104 | 55 |
| Binary | 10111111 | 100101 | 1001010 | 0 | 1010001 | 111101 | 11001 | 101011010 | 1000100 | 101101 |
Color Harmonies of #BF254A
Complementary color
Monochromatic Colors of #BF254A
Black with #BF254A
Text Example
Text Example
White with #BF254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF254A; }
p { color: rgb(191,37,74); }
H1.HeaderClassName
{
color: #BF254A;
}
.AnyTagClassName
{
color: #BF254A;
}
</style>
background-color css
<style>
a { background-color: #BF254A; }
a { background-color: rgb(191,37,74); }
div.DivClassName
{
background-color: #BF254A;
}
.BgClassName
{
background-color: #BF254A;
}
</style>
border-color css
<style>
span { border-color: #BF254A; }
span { border-color: rgb(191,37,74); }
td.TdClassName
{
border-color: #BF254A;
}
.TagClassName
{
border-color: #BF254A;
}
</style>