Shades of Turkish Rose #B97375
Tints of Turkish Rose #B97375
RGB
CMYK
RGB Variations
Color information
#B97375 (or 0xB97375) is known color: Turkish Rose. HEX triplet: B9, 73 and 75. RGB value is (185,115,117). Sum of RGB (Red+Green+Blue) = 185+115+117=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B97375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97375 is #468C8A. Grayscale: #888888. Windows color (decimal): -4623499 or 7697337. OLE color: 7697337.
HSL color Cylindrical-coordinate representation of color #B97375: hue angle of 358.29º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B97375 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 117 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.27 |
| HSL | 358.29º | 0.33% | 0.59% | - |
| HSV(B) | 358.29º | 0.38% | 0.73% | - |
| XYZ | 29.35 | 23.86 | 19.89 | - |
| YUV | 136.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 117 | 0 | 0.38 | 0.37 | 0.27 | 358.29 | 0.33 | 0.59 |
| Hex | B9 | 73 | 75 | 0 | 26 | 25 | 1B | 166 | 21 | 3B |
| Octal | 271 | 163 | 165 | 0 | 46 | 45 | 33 | 546 | 41 | 73 |
| Binary | 10111001 | 1110011 | 1110101 | 0 | 100110 | 100101 | 11011 | 101100110 | 100001 | 111011 |
Color Harmonies of #B97375
Complementary color
Monochromatic Colors of #B97375
Black with #B97375
Text Example
Text Example
White with #B97375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97375; }
p { color: rgb(185,115,117); }
H1.HeaderClassName
{
color: #B97375;
}
.AnyTagClassName
{
color: #B97375;
}
</style>
background-color css
<style>
a { background-color: #B97375; }
a { background-color: rgb(185,115,117); }
div.DivClassName
{
background-color: #B97375;
}
.BgClassName
{
background-color: #B97375;
}
</style>
border-color css
<style>
span { border-color: #B97375; }
span { border-color: rgb(185,115,117); }
td.TdClassName
{
border-color: #B97375;
}
.TagClassName
{
border-color: #B97375;
}
</style>