Shades of Turkish Rose #B06C6E
Tints of Turkish Rose #B06C6E
RGB
CMYK
RGB Variations
Color information
#B06C6E (or 0xB06C6E) is known color: Turkish Rose. HEX triplet: B0, 6C and 6E. RGB value is (176,108,110). Sum of RGB (Red+Green+Blue) = 176+108+110=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06C6E is #4F9391. Grayscale: #808080. Windows color (decimal): -5215122 or 7236784. OLE color: 7236784.
HSL color Cylindrical-coordinate representation of color #B06C6E: hue angle of 358.24º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06C6E is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 110 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.31 |
| HSL | 358.24º | 0.3% | 0.56% | - |
| HSV(B) | 358.24º | 0.39% | 0.69% | - |
| XYZ | 26.08 | 21.08 | 17.45 | - |
| YUV | 128.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 110 | 0 | 0.39 | 0.37 | 0.31 | 358.24 | 0.3 | 0.56 |
| Hex | B0 | 6C | 6E | 0 | 27 | 25 | 1F | 166 | 1E | 38 |
| Octal | 260 | 154 | 156 | 0 | 47 | 45 | 37 | 546 | 36 | 70 |
| Binary | 10110000 | 1101100 | 1101110 | 0 | 100111 | 100101 | 11111 | 101100110 | 11110 | 111000 |
Color Harmonies of #B06C6E
Complementary color
Monochromatic Colors of #B06C6E
Black with #B06C6E
Text Example
Text Example
White with #B06C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C6E; }
p { color: rgb(176,108,110); }
H1.HeaderClassName
{
color: #B06C6E;
}
.AnyTagClassName
{
color: #B06C6E;
}
</style>
background-color css
<style>
a { background-color: #B06C6E; }
a { background-color: rgb(176,108,110); }
div.DivClassName
{
background-color: #B06C6E;
}
.BgClassName
{
background-color: #B06C6E;
}
</style>
border-color css
<style>
span { border-color: #B06C6E; }
span { border-color: rgb(176,108,110); }
td.TdClassName
{
border-color: #B06C6E;
}
.TagClassName
{
border-color: #B06C6E;
}
</style>