Shades of Turkish Rose #BF7375
Tints of Turkish Rose #BF7375
RGB
CMYK
RGB Variations
Color information
#BF7375 (or 0xBF7375) is known color: Turkish Rose. HEX triplet: BF, 73 and 75. RGB value is (191,115,117). Sum of RGB (Red+Green+Blue) = 191+115+117=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7375 is #408C8A. Grayscale: #8A8A8A. Windows color (decimal): -4230283 or 7697343. OLE color: 7697343.
HSL color Cylindrical-coordinate representation of color #BF7375: hue angle of 358.42º 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 #BF7375 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 117 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.25 |
| HSL | 358.42º | 0.37% | 0.6% | - |
| HSV(B) | 358.42º | 0.4% | 0.75% | - |
| XYZ | 30.83 | 24.62 | 19.96 | - |
| YUV | 137.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 117 | 0 | 0.40 | 0.39 | 0.25 | 358.42 | 0.37 | 0.6 |
| Hex | BF | 73 | 75 | 0 | 28 | 27 | 19 | 166 | 25 | 3C |
| Octal | 277 | 163 | 165 | 0 | 50 | 47 | 31 | 546 | 45 | 74 |
| Binary | 10111111 | 1110011 | 1110101 | 0 | 101000 | 100111 | 11001 | 101100110 | 100101 | 111100 |
Color Harmonies of #BF7375
Complementary color
Monochromatic Colors of #BF7375
Black with #BF7375
Text Example
Text Example
White with #BF7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7375; }
p { color: rgb(191,115,117); }
H1.HeaderClassName
{
color: #BF7375;
}
.AnyTagClassName
{
color: #BF7375;
}
</style>
background-color css
<style>
a { background-color: #BF7375; }
a { background-color: rgb(191,115,117); }
div.DivClassName
{
background-color: #BF7375;
}
.BgClassName
{
background-color: #BF7375;
}
</style>
border-color css
<style>
span { border-color: #BF7375; }
span { border-color: rgb(191,115,117); }
td.TdClassName
{
border-color: #BF7375;
}
.TagClassName
{
border-color: #BF7375;
}
</style>