Shades of Old Rose #BF3C5A
Tints of Old Rose #BF3C5A
RGB
CMYK
RGB Variations
Color information
#BF3C5A (or 0xBF3C5A) is known color: Old Rose. HEX triplet: BF, 3C and 5A. RGB value is (191,60,90). Sum of RGB (Red+Green+Blue) = 191+60+90=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C5A is #40C3A5. Grayscale: #666666. Windows color (decimal): -4244390 or 5913791. OLE color: 5913791.
HSL color Cylindrical-coordinate representation of color #BF3C5A: hue angle of 346.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C5A is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 90 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.25 |
| HSL | 346.26º | 0.52% | 0.49% | - |
| HSV(B) | 346.26º | 0.69% | 0.75% | - |
| XYZ | 24.95 | 15.05 | 11.26 | - |
| YUV | 102.59 | 120.9 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 90 | 0 | 0.69 | 0.53 | 0.25 | 346.26 | 0.52 | 0.49 |
| Hex | BF | 3C | 5A | 0 | 45 | 35 | 19 | 15A | 34 | 31 |
| Octal | 277 | 74 | 132 | 0 | 105 | 65 | 31 | 532 | 64 | 61 |
| Binary | 10111111 | 111100 | 1011010 | 0 | 1000101 | 110101 | 11001 | 101011010 | 110100 | 110001 |
Color Harmonies of #BF3C5A
Complementary color
Monochromatic Colors of #BF3C5A
Black with #BF3C5A
Text Example
Text Example
White with #BF3C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C5A; }
p { color: rgb(191,60,90); }
H1.HeaderClassName
{
color: #BF3C5A;
}
.AnyTagClassName
{
color: #BF3C5A;
}
</style>
background-color css
<style>
a { background-color: #BF3C5A; }
a { background-color: rgb(191,60,90); }
div.DivClassName
{
background-color: #BF3C5A;
}
.BgClassName
{
background-color: #BF3C5A;
}
</style>
border-color css
<style>
span { border-color: #BF3C5A; }
span { border-color: rgb(191,60,90); }
td.TdClassName
{
border-color: #BF3C5A;
}
.TagClassName
{
border-color: #BF3C5A;
}
</style>