Shades of Turkish Rose #B26E6F
Tints of Turkish Rose #B26E6F
RGB
CMYK
RGB Variations
Color information
#B26E6F (or 0xB26E6F) is known color: Turkish Rose. HEX triplet: B2, 6E and 6F. RGB value is (178,110,111). Sum of RGB (Red+Green+Blue) = 178+110+111=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E6F is #4D9190. Grayscale: #828282. Windows color (decimal): -5083537 or 7302834. OLE color: 7302834.
HSL color Cylindrical-coordinate representation of color #B26E6F: hue angle of 359.12º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26E6F is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 111 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.30 |
| HSL | 359.12º | 0.31% | 0.56% | - |
| HSV(B) | 359.12º | 0.38% | 0.7% | - |
| XYZ | 26.81 | 21.76 | 17.83 | - |
| YUV | 130.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 111 | 0 | 0.38 | 0.38 | 0.30 | 359.12 | 0.31 | 0.56 |
| Hex | B2 | 6E | 6F | 0 | 26 | 26 | 1E | 167 | 1F | 38 |
| Octal | 262 | 156 | 157 | 0 | 46 | 46 | 36 | 547 | 37 | 70 |
| Binary | 10110010 | 1101110 | 1101111 | 0 | 100110 | 100110 | 11110 | 101100111 | 11111 | 111000 |
Color Harmonies of #B26E6F
Complementary color
Monochromatic Colors of #B26E6F
Black with #B26E6F
Text Example
Text Example
White with #B26E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E6F; }
p { color: rgb(178,110,111); }
H1.HeaderClassName
{
color: #B26E6F;
}
.AnyTagClassName
{
color: #B26E6F;
}
</style>
background-color css
<style>
a { background-color: #B26E6F; }
a { background-color: rgb(178,110,111); }
div.DivClassName
{
background-color: #B26E6F;
}
.BgClassName
{
background-color: #B26E6F;
}
</style>
border-color css
<style>
span { border-color: #B26E6F; }
span { border-color: rgb(178,110,111); }
td.TdClassName
{
border-color: #B26E6F;
}
.TagClassName
{
border-color: #B26E6F;
}
</style>