Shades of Old Rose #BF4053
Tints of Old Rose #BF4053
RGB
CMYK
RGB Variations
Color information
#BF4053 (or 0xBF4053) is known color: Old Rose. HEX triplet: BF, 40 and 53. RGB value is (191,64,83). Sum of RGB (Red+Green+Blue) = 191+64+83=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4053 is #40BFAC. Grayscale: #686868. Windows color (decimal): -4243373 or 5456063. OLE color: 5456063.
HSL color Cylindrical-coordinate representation of color #BF4053: hue angle of 351.02º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4053 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 83 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.25 |
| HSL | 351.02º | 0.5% | 0.5% | - |
| HSV(B) | 351.02º | 0.66% | 0.75% | - |
| XYZ | 24.88 | 15.37 | 9.84 | - |
| YUV | 104.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 83 | 0 | 0.66 | 0.57 | 0.25 | 351.02 | 0.5 | 0.5 |
| Hex | BF | 40 | 53 | 0 | 42 | 39 | 19 | 15F | 32 | 32 |
| Octal | 277 | 100 | 123 | 0 | 102 | 71 | 31 | 537 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1010011 | 0 | 1000010 | 111001 | 11001 | 101011111 | 110010 | 110010 |
Color Harmonies of #BF4053
Complementary color
Monochromatic Colors of #BF4053
Black with #BF4053
Text Example
Text Example
White with #BF4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4053; }
p { color: rgb(191,64,83); }
H1.HeaderClassName
{
color: #BF4053;
}
.AnyTagClassName
{
color: #BF4053;
}
</style>
background-color css
<style>
a { background-color: #BF4053; }
a { background-color: rgb(191,64,83); }
div.DivClassName
{
background-color: #BF4053;
}
.BgClassName
{
background-color: #BF4053;
}
</style>
border-color css
<style>
span { border-color: #BF4053; }
span { border-color: rgb(191,64,83); }
td.TdClassName
{
border-color: #BF4053;
}
.TagClassName
{
border-color: #BF4053;
}
</style>