Shades of Turkish Rose #B26364
Tints of Turkish Rose #B26364
RGB
CMYK
RGB Variations
Color information
#B26364 (or 0xB26364) is known color: Turkish Rose. HEX triplet: B2, 63 and 64. RGB value is (178,99,100). Sum of RGB (Red+Green+Blue) = 178+99+100=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B26364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26364 is #4D9C9B. Grayscale: #7A7A7A. Windows color (decimal): -5086364 or 6579122. OLE color: 6579122.
HSL color Cylindrical-coordinate representation of color #B26364: hue angle of 359.24º 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 #B26364 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 100 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.30 |
| HSL | 359.24º | 0.34% | 0.54% | - |
| HSV(B) | 359.24º | 0.44% | 0.7% | - |
| XYZ | 25.12 | 19.31 | 14.46 | - |
| YUV | 122.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 100 | 0 | 0.44 | 0.44 | 0.30 | 359.24 | 0.34 | 0.54 |
| Hex | B2 | 63 | 64 | 0 | 2C | 2C | 1E | 167 | 22 | 36 |
| Octal | 262 | 143 | 144 | 0 | 54 | 54 | 36 | 547 | 42 | 66 |
| Binary | 10110010 | 1100011 | 1100100 | 0 | 101100 | 101100 | 11110 | 101100111 | 100010 | 110110 |
Color Harmonies of #B26364
Complementary color
Monochromatic Colors of #B26364
Black with #B26364
Text Example
Text Example
White with #B26364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26364; }
p { color: rgb(178,99,100); }
H1.HeaderClassName
{
color: #B26364;
}
.AnyTagClassName
{
color: #B26364;
}
</style>
background-color css
<style>
a { background-color: #B26364; }
a { background-color: rgb(178,99,100); }
div.DivClassName
{
background-color: #B26364;
}
.BgClassName
{
background-color: #B26364;
}
</style>
border-color css
<style>
span { border-color: #B26364; }
span { border-color: rgb(178,99,100); }
td.TdClassName
{
border-color: #B26364;
}
.TagClassName
{
border-color: #B26364;
}
</style>