Shades of Old Rose #BF3E5A
Tints of Old Rose #BF3E5A
RGB
CMYK
RGB Variations
Color information
#BF3E5A (or 0xBF3E5A) is known color: Old Rose. HEX triplet: BF, 3E and 5A. RGB value is (191,62,90). Sum of RGB (Red+Green+Blue) = 191+62+90=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E5A is #40C1A5. Grayscale: #676767. Windows color (decimal): -4243878 or 5914303. OLE color: 5914303.
HSL color Cylindrical-coordinate representation of color #BF3E5A: hue angle of 346.98º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E5A is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 90 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.25 |
| HSL | 346.98º | 0.51% | 0.5% | - |
| HSV(B) | 346.98º | 0.68% | 0.75% | - |
| XYZ | 25.05 | 15.26 | 11.3 | - |
| YUV | 103.76 | 120.24 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 90 | 0 | 0.68 | 0.53 | 0.25 | 346.98 | 0.51 | 0.5 |
| Hex | BF | 3E | 5A | 0 | 44 | 35 | 19 | 15B | 33 | 32 |
| Octal | 277 | 76 | 132 | 0 | 104 | 65 | 31 | 533 | 63 | 62 |
| Binary | 10111111 | 111110 | 1011010 | 0 | 1000100 | 110101 | 11001 | 101011011 | 110011 | 110010 |
Color Harmonies of #BF3E5A
Complementary color
Monochromatic Colors of #BF3E5A
Black with #BF3E5A
Text Example
Text Example
White with #BF3E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E5A; }
p { color: rgb(191,62,90); }
H1.HeaderClassName
{
color: #BF3E5A;
}
.AnyTagClassName
{
color: #BF3E5A;
}
</style>
background-color css
<style>
a { background-color: #BF3E5A; }
a { background-color: rgb(191,62,90); }
div.DivClassName
{
background-color: #BF3E5A;
}
.BgClassName
{
background-color: #BF3E5A;
}
</style>
border-color css
<style>
span { border-color: #BF3E5A; }
span { border-color: rgb(191,62,90); }
td.TdClassName
{
border-color: #BF3E5A;
}
.TagClassName
{
border-color: #BF3E5A;
}
</style>