Shades of Turkish Rose #B76875
Tints of Turkish Rose #B76875
RGB
CMYK
RGB Variations
Color information
#B76875 (or 0xB76875) is known color: Turkish Rose. HEX triplet: B7, 68 and 75. RGB value is (183,104,117). Sum of RGB (Red+Green+Blue) = 183+104+117=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B76875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76875 is #48978A. Grayscale: #818181. Windows color (decimal): -4757387 or 7694519. OLE color: 7694519.
HSL color Cylindrical-coordinate representation of color #B76875: hue angle of 350.13º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76875 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 117 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.28 |
| HSL | 350.13º | 0.35% | 0.56% | - |
| HSV(B) | 350.13º | 0.43% | 0.72% | - |
| XYZ | 27.69 | 21.25 | 19.47 | - |
| YUV | 129.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 117 | 0 | 0.43 | 0.36 | 0.28 | 350.13 | 0.35 | 0.56 |
| Hex | B7 | 68 | 75 | 0 | 2B | 24 | 1C | 15E | 23 | 38 |
| Octal | 267 | 150 | 165 | 0 | 53 | 44 | 34 | 536 | 43 | 70 |
| Binary | 10110111 | 1101000 | 1110101 | 0 | 101011 | 100100 | 11100 | 101011110 | 100011 | 111000 |
Color Harmonies of #B76875
Complementary color
Monochromatic Colors of #B76875
Black with #B76875
Text Example
Text Example
White with #B76875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76875; }
p { color: rgb(183,104,117); }
H1.HeaderClassName
{
color: #B76875;
}
.AnyTagClassName
{
color: #B76875;
}
</style>
background-color css
<style>
a { background-color: #B76875; }
a { background-color: rgb(183,104,117); }
div.DivClassName
{
background-color: #B76875;
}
.BgClassName
{
background-color: #B76875;
}
</style>
border-color css
<style>
span { border-color: #B76875; }
span { border-color: rgb(183,104,117); }
td.TdClassName
{
border-color: #B76875;
}
.TagClassName
{
border-color: #B76875;
}
</style>