Shades of Turkish Rose #B26E72
Tints of Turkish Rose #B26E72
RGB
CMYK
RGB Variations
Color information
#B26E72 (or 0xB26E72) is known color: Turkish Rose. HEX triplet: B2, 6E and 72. RGB value is (178,110,114). Sum of RGB (Red+Green+Blue) = 178+110+114=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26E72 is #4D918D. Grayscale: #828282. Windows color (decimal): -5083534 or 7499442. OLE color: 7499442.
HSL color Cylindrical-coordinate representation of color #B26E72: hue angle of 356.47º 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 #B26E72 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 110 | 114 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.30 |
| HSL | 356.47º | 0.31% | 0.56% | - |
| HSV(B) | 356.47º | 0.38% | 0.7% | - |
| XYZ | 26.97 | 21.83 | 18.71 | - |
| YUV | 130.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 114 | 0 | 0.38 | 0.36 | 0.30 | 356.47 | 0.31 | 0.56 |
| Hex | B2 | 6E | 72 | 0 | 26 | 24 | 1E | 164 | 1F | 38 |
| Octal | 262 | 156 | 162 | 0 | 46 | 44 | 36 | 544 | 37 | 70 |
| Binary | 10110010 | 1101110 | 1110010 | 0 | 100110 | 100100 | 11110 | 101100100 | 11111 | 111000 |
Color Harmonies of #B26E72
Complementary color
Monochromatic Colors of #B26E72
Black with #B26E72
Text Example
Text Example
White with #B26E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26E72; }
p { color: rgb(178,110,114); }
H1.HeaderClassName
{
color: #B26E72;
}
.AnyTagClassName
{
color: #B26E72;
}
</style>
background-color css
<style>
a { background-color: #B26E72; }
a { background-color: rgb(178,110,114); }
div.DivClassName
{
background-color: #B26E72;
}
.BgClassName
{
background-color: #B26E72;
}
</style>
border-color css
<style>
span { border-color: #B26E72; }
span { border-color: rgb(178,110,114); }
td.TdClassName
{
border-color: #B26E72;
}
.TagClassName
{
border-color: #B26E72;
}
</style>