Shades of Turkish Rose #B06D6E
Tints of Turkish Rose #B06D6E
RGB
CMYK
RGB Variations
Color information
#B06D6E (or 0xB06D6E) is known color: Turkish Rose. HEX triplet: B0, 6D and 6E. RGB value is (176,109,110). Sum of RGB (Red+Green+Blue) = 176+109+110=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D6E is #4F9291. Grayscale: #818181. Windows color (decimal): -5214866 or 7237040. OLE color: 7237040.
HSL color Cylindrical-coordinate representation of color #B06D6E: hue angle of 359.1º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06D6E is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 109 | 110 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.31 |
| HSL | 359.1º | 0.3% | 0.56% | - |
| HSV(B) | 359.1º | 0.38% | 0.69% | - |
| XYZ | 26.19 | 21.29 | 17.48 | - |
| YUV | 129.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 110 | 0 | 0.38 | 0.37 | 0.31 | 359.1 | 0.3 | 0.56 |
| Hex | B0 | 6D | 6E | 0 | 26 | 25 | 1F | 167 | 1E | 38 |
| Octal | 260 | 155 | 156 | 0 | 46 | 45 | 37 | 547 | 36 | 70 |
| Binary | 10110000 | 1101101 | 1101110 | 0 | 100110 | 100101 | 11111 | 101100111 | 11110 | 111000 |
Color Harmonies of #B06D6E
Complementary color
Monochromatic Colors of #B06D6E
Black with #B06D6E
Text Example
Text Example
White with #B06D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06D6E; }
p { color: rgb(176,109,110); }
H1.HeaderClassName
{
color: #B06D6E;
}
.AnyTagClassName
{
color: #B06D6E;
}
</style>
background-color css
<style>
a { background-color: #B06D6E; }
a { background-color: rgb(176,109,110); }
div.DivClassName
{
background-color: #B06D6E;
}
.BgClassName
{
background-color: #B06D6E;
}
</style>
border-color css
<style>
span { border-color: #B06D6E; }
span { border-color: rgb(176,109,110); }
td.TdClassName
{
border-color: #B06D6E;
}
.TagClassName
{
border-color: #B06D6E;
}
</style>