Shades of Turkish Rose #B16173
Tints of Turkish Rose #B16173
RGB
CMYK
RGB Variations
Color information
#B16173 (or 0xB16173) is known color: Turkish Rose. HEX triplet: B1, 61 and 73. RGB value is (177,97,115). Sum of RGB (Red+Green+Blue) = 177+97+115=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B16173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16173 is #4E9E8C. Grayscale: #7A7A7A. Windows color (decimal): -5152397 or 7561649. OLE color: 7561649.
HSL color Cylindrical-coordinate representation of color #B16173: hue angle of 346.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B16173 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 115 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.31 |
| HSL | 346.5º | 0.34% | 0.54% | - |
| HSV(B) | 346.5º | 0.45% | 0.69% | - |
| XYZ | 25.5 | 19.13 | 18.57 | - |
| YUV | 122.97 | 123.5 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 115 | 0 | 0.45 | 0.35 | 0.31 | 346.5 | 0.34 | 0.54 |
| Hex | B1 | 61 | 73 | 0 | 2D | 23 | 1F | 15A | 22 | 36 |
| Octal | 261 | 141 | 163 | 0 | 55 | 43 | 37 | 532 | 42 | 66 |
| Binary | 10110001 | 1100001 | 1110011 | 0 | 101101 | 100011 | 11111 | 101011010 | 100010 | 110110 |
Color Harmonies of #B16173
Complementary color
Monochromatic Colors of #B16173
Black with #B16173
Text Example
Text Example
White with #B16173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16173; }
p { color: rgb(177,97,115); }
H1.HeaderClassName
{
color: #B16173;
}
.AnyTagClassName
{
color: #B16173;
}
</style>
background-color css
<style>
a { background-color: #B16173; }
a { background-color: rgb(177,97,115); }
div.DivClassName
{
background-color: #B16173;
}
.BgClassName
{
background-color: #B16173;
}
</style>
border-color css
<style>
span { border-color: #B16173; }
span { border-color: rgb(177,97,115); }
td.TdClassName
{
border-color: #B16173;
}
.TagClassName
{
border-color: #B16173;
}
</style>