Shades of Turkish Rose #BF7376
Tints of Turkish Rose #BF7376
RGB
CMYK
RGB Variations
Color information
#BF7376 (or 0xBF7376) is known color: Turkish Rose. HEX triplet: BF, 73 and 76. RGB value is (191,115,118). Sum of RGB (Red+Green+Blue) = 191+115+118=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7376 is #408C89. Grayscale: #8A8A8A. Windows color (decimal): -4230282 or 7762879. OLE color: 7762879.
HSL color Cylindrical-coordinate representation of color #BF7376: hue angle of 357.63º degrees, saturation: 0.37, 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 #BF7376 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 118 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.25 |
| HSL | 357.63º | 0.37% | 0.6% | - |
| HSV(B) | 357.63º | 0.4% | 0.75% | - |
| XYZ | 30.89 | 24.65 | 20.27 | - |
| YUV | 138.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 118 | 0 | 0.40 | 0.38 | 0.25 | 357.63 | 0.37 | 0.6 |
| Hex | BF | 73 | 76 | 0 | 28 | 26 | 19 | 166 | 25 | 3C |
| Octal | 277 | 163 | 166 | 0 | 50 | 46 | 31 | 546 | 45 | 74 |
| Binary | 10111111 | 1110011 | 1110110 | 0 | 101000 | 100110 | 11001 | 101100110 | 100101 | 111100 |
Color Harmonies of #BF7376
Complementary color
Monochromatic Colors of #BF7376
Black with #BF7376
Text Example
Text Example
White with #BF7376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7376; }
p { color: rgb(191,115,118); }
H1.HeaderClassName
{
color: #BF7376;
}
.AnyTagClassName
{
color: #BF7376;
}
</style>
background-color css
<style>
a { background-color: #BF7376; }
a { background-color: rgb(191,115,118); }
div.DivClassName
{
background-color: #BF7376;
}
.BgClassName
{
background-color: #BF7376;
}
</style>
border-color css
<style>
span { border-color: #BF7376; }
span { border-color: rgb(191,115,118); }
td.TdClassName
{
border-color: #BF7376;
}
.TagClassName
{
border-color: #BF7376;
}
</style>