Shades of Turkish Rose #B26D6E
Tints of Turkish Rose #B26D6E
RGB
CMYK
RGB Variations
Color information
#B26D6E (or 0xB26D6E) is known color: Turkish Rose. HEX triplet: B2, 6D and 6E. RGB value is (178,109,110). Sum of RGB (Red+Green+Blue) = 178+109+110=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26D6E is #4D9291. Grayscale: #818181. Windows color (decimal): -5083794 or 7237042. OLE color: 7237042.
HSL color Cylindrical-coordinate representation of color #B26D6E: hue angle of 359.13º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D6E is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 109 | 110 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.30 |
| HSL | 359.13º | 0.31% | 0.56% | - |
| HSV(B) | 359.13º | 0.39% | 0.7% | - |
| XYZ | 26.64 | 21.53 | 17.5 | - |
| YUV | 129.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 110 | 0 | 0.39 | 0.38 | 0.30 | 359.13 | 0.31 | 0.56 |
| Hex | B2 | 6D | 6E | 0 | 27 | 26 | 1E | 167 | 1F | 38 |
| Octal | 262 | 155 | 156 | 0 | 47 | 46 | 36 | 547 | 37 | 70 |
| Binary | 10110010 | 1101101 | 1101110 | 0 | 100111 | 100110 | 11110 | 101100111 | 11111 | 111000 |
Color Harmonies of #B26D6E
Complementary color
Monochromatic Colors of #B26D6E
Black with #B26D6E
Text Example
Text Example
White with #B26D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26D6E; }
p { color: rgb(178,109,110); }
H1.HeaderClassName
{
color: #B26D6E;
}
.AnyTagClassName
{
color: #B26D6E;
}
</style>
background-color css
<style>
a { background-color: #B26D6E; }
a { background-color: rgb(178,109,110); }
div.DivClassName
{
background-color: #B26D6E;
}
.BgClassName
{
background-color: #B26D6E;
}
</style>
border-color css
<style>
span { border-color: #B26D6E; }
span { border-color: rgb(178,109,110); }
td.TdClassName
{
border-color: #B26D6E;
}
.TagClassName
{
border-color: #B26D6E;
}
</style>