Shades of Turkish Rose #BF7273
Tints of Turkish Rose #BF7273
RGB
CMYK
RGB Variations
Color information
#BF7273 (or 0xBF7273) is known color: Turkish Rose. HEX triplet: BF, 72 and 73. RGB value is (191,114,115). Sum of RGB (Red+Green+Blue) = 191+114+115=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7273 is #408D8C. Grayscale: #898989. Windows color (decimal): -4230541 or 7566015. OLE color: 7566015.
HSL color Cylindrical-coordinate representation of color #BF7273: hue angle of 359.22º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF7273 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 115 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.25 |
| HSL | 359.22º | 0.38% | 0.6% | - |
| HSV(B) | 359.22º | 0.4% | 0.75% | - |
| XYZ | 30.6 | 24.35 | 19.31 | - |
| YUV | 137.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 115 | 0 | 0.40 | 0.40 | 0.25 | 359.22 | 0.38 | 0.6 |
| Hex | BF | 72 | 73 | 0 | 28 | 28 | 19 | 167 | 26 | 3C |
| Octal | 277 | 162 | 163 | 0 | 50 | 50 | 31 | 547 | 46 | 74 |
| Binary | 10111111 | 1110010 | 1110011 | 0 | 101000 | 101000 | 11001 | 101100111 | 100110 | 111100 |
Color Harmonies of #BF7273
Complementary color
Monochromatic Colors of #BF7273
Black with #BF7273
Text Example
Text Example
White with #BF7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7273; }
p { color: rgb(191,114,115); }
H1.HeaderClassName
{
color: #BF7273;
}
.AnyTagClassName
{
color: #BF7273;
}
</style>
background-color css
<style>
a { background-color: #BF7273; }
a { background-color: rgb(191,114,115); }
div.DivClassName
{
background-color: #BF7273;
}
.BgClassName
{
background-color: #BF7273;
}
</style>
border-color css
<style>
span { border-color: #BF7273; }
span { border-color: rgb(191,114,115); }
td.TdClassName
{
border-color: #BF7273;
}
.TagClassName
{
border-color: #BF7273;
}
</style>