Shades of Turkish Rose #B06F76
Tints of Turkish Rose #B06F76
RGB
CMYK
RGB Variations
Color information
#B06F76 (or 0xB06F76) is known color: Turkish Rose. HEX triplet: B0, 6F and 76. RGB value is (176,111,118). Sum of RGB (Red+Green+Blue) = 176+111+118=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F76 is #4F9089. Grayscale: #838383. Windows color (decimal): -5214346 or 7761840. OLE color: 7761840.
HSL color Cylindrical-coordinate representation of color #B06F76: hue angle of 353.54º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B06F76 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 111 | 118 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.31 |
| HSL | 353.54º | 0.29% | 0.56% | - |
| HSV(B) | 353.54º | 0.37% | 0.69% | - |
| XYZ | 26.86 | 21.91 | 19.95 | - |
| YUV | 131.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 118 | 0 | 0.37 | 0.33 | 0.31 | 353.54 | 0.29 | 0.56 |
| Hex | B0 | 6F | 76 | 0 | 25 | 21 | 1F | 162 | 1D | 38 |
| Octal | 260 | 157 | 166 | 0 | 45 | 41 | 37 | 542 | 35 | 70 |
| Binary | 10110000 | 1101111 | 1110110 | 0 | 100101 | 100001 | 11111 | 101100010 | 11101 | 111000 |
Color Harmonies of #B06F76
Complementary color
Monochromatic Colors of #B06F76
Black with #B06F76
Text Example
Text Example
White with #B06F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06F76; }
p { color: rgb(176,111,118); }
H1.HeaderClassName
{
color: #B06F76;
}
.AnyTagClassName
{
color: #B06F76;
}
</style>
background-color css
<style>
a { background-color: #B06F76; }
a { background-color: rgb(176,111,118); }
div.DivClassName
{
background-color: #B06F76;
}
.BgClassName
{
background-color: #B06F76;
}
</style>
border-color css
<style>
span { border-color: #B06F76; }
span { border-color: rgb(176,111,118); }
td.TdClassName
{
border-color: #B06F76;
}
.TagClassName
{
border-color: #B06F76;
}
</style>