Shades of Turkish Rose #B26366
Tints of Turkish Rose #B26366
RGB
CMYK
RGB Variations
Color information
#B26366 (or 0xB26366) is known color: Turkish Rose. HEX triplet: B2, 63 and 66. RGB value is (178,99,102). Sum of RGB (Red+Green+Blue) = 178+99+102=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B26366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26366 is #4D9C99. Grayscale: #7B7B7B. Windows color (decimal): -5086362 or 6710194. OLE color: 6710194.
HSL color Cylindrical-coordinate representation of color #B26366: hue angle of 357.72º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B26366 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 102 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.30 |
| HSL | 357.72º | 0.34% | 0.54% | - |
| HSV(B) | 357.72º | 0.44% | 0.7% | - |
| XYZ | 25.22 | 19.35 | 14.98 | - |
| YUV | 122.96 | 116.17 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 102 | 0 | 0.44 | 0.43 | 0.30 | 357.72 | 0.34 | 0.54 |
| Hex | B2 | 63 | 66 | 0 | 2C | 2B | 1E | 166 | 22 | 36 |
| Octal | 262 | 143 | 146 | 0 | 54 | 53 | 36 | 546 | 42 | 66 |
| Binary | 10110010 | 1100011 | 1100110 | 0 | 101100 | 101011 | 11110 | 101100110 | 100010 | 110110 |
Color Harmonies of #B26366
Complementary color
Monochromatic Colors of #B26366
Black with #B26366
Text Example
Text Example
White with #B26366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26366; }
p { color: rgb(178,99,102); }
H1.HeaderClassName
{
color: #B26366;
}
.AnyTagClassName
{
color: #B26366;
}
</style>
background-color css
<style>
a { background-color: #B26366; }
a { background-color: rgb(178,99,102); }
div.DivClassName
{
background-color: #B26366;
}
.BgClassName
{
background-color: #B26366;
}
</style>
border-color css
<style>
span { border-color: #B26366; }
span { border-color: rgb(178,99,102); }
td.TdClassName
{
border-color: #B26366;
}
.TagClassName
{
border-color: #B26366;
}
</style>