Shades of Turkish Rose #B36471
Tints of Turkish Rose #B36471
RGB
CMYK
RGB Variations
Color information
#B36471 (or 0xB36471) is known color: Turkish Rose. HEX triplet: B3, 64 and 71. RGB value is (179,100,113). Sum of RGB (Red+Green+Blue) = 179+100+113=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B36471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36471 is #4C9B8E. Grayscale: #7D7D7D. Windows color (decimal): -5020559 or 7431347. OLE color: 7431347.
HSL color Cylindrical-coordinate representation of color #B36471: hue angle of 350.13º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36471 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 113 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.30 |
| HSL | 350.13º | 0.34% | 0.55% | - |
| HSV(B) | 350.13º | 0.44% | 0.7% | - |
| XYZ | 26.13 | 19.89 | 18.08 | - |
| YUV | 125.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 113 | 0 | 0.44 | 0.37 | 0.30 | 350.13 | 0.34 | 0.55 |
| Hex | B3 | 64 | 71 | 0 | 2C | 25 | 1E | 15E | 22 | 37 |
| Octal | 263 | 144 | 161 | 0 | 54 | 45 | 36 | 536 | 42 | 67 |
| Binary | 10110011 | 1100100 | 1110001 | 0 | 101100 | 100101 | 11110 | 101011110 | 100010 | 110111 |
Color Harmonies of #B36471
Complementary color
Monochromatic Colors of #B36471
Black with #B36471
Text Example
Text Example
White with #B36471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36471; }
p { color: rgb(179,100,113); }
H1.HeaderClassName
{
color: #B36471;
}
.AnyTagClassName
{
color: #B36471;
}
</style>
background-color css
<style>
a { background-color: #B36471; }
a { background-color: rgb(179,100,113); }
div.DivClassName
{
background-color: #B36471;
}
.BgClassName
{
background-color: #B36471;
}
</style>
border-color css
<style>
span { border-color: #B36471; }
span { border-color: rgb(179,100,113); }
td.TdClassName
{
border-color: #B36471;
}
.TagClassName
{
border-color: #B36471;
}
</style>