Shades of Turkish Rose #B16878
Tints of Turkish Rose #B16878
RGB
CMYK
RGB Variations
Color information
#B16878 (or 0xB16878) is known color: Turkish Rose. HEX triplet: B1, 68 and 78. RGB value is (177,104,120). Sum of RGB (Red+Green+Blue) = 177+104+120=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B16878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16878 is #4E9787. Grayscale: #7F7F7F. Windows color (decimal): -5150600 or 7891121. OLE color: 7891121.
HSL color Cylindrical-coordinate representation of color #B16878: hue angle of 346.85º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B16878 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 104 | 120 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.31 |
| HSL | 346.85º | 0.32% | 0.55% | - |
| HSV(B) | 346.85º | 0.41% | 0.69% | - |
| XYZ | 26.47 | 20.6 | 20.35 | - |
| YUV | 127.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 120 | 0 | 0.41 | 0.32 | 0.31 | 346.85 | 0.32 | 0.55 |
| Hex | B1 | 68 | 78 | 0 | 29 | 20 | 1F | 15B | 20 | 37 |
| Octal | 261 | 150 | 170 | 0 | 51 | 40 | 37 | 533 | 40 | 67 |
| Binary | 10110001 | 1101000 | 1111000 | 0 | 101001 | 100000 | 11111 | 101011011 | 100000 | 110111 |
Color Harmonies of #B16878
Complementary color
Monochromatic Colors of #B16878
Black with #B16878
Text Example
Text Example
White with #B16878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16878; }
p { color: rgb(177,104,120); }
H1.HeaderClassName
{
color: #B16878;
}
.AnyTagClassName
{
color: #B16878;
}
</style>
background-color css
<style>
a { background-color: #B16878; }
a { background-color: rgb(177,104,120); }
div.DivClassName
{
background-color: #B16878;
}
.BgClassName
{
background-color: #B16878;
}
</style>
border-color css
<style>
span { border-color: #B16878; }
span { border-color: rgb(177,104,120); }
td.TdClassName
{
border-color: #B16878;
}
.TagClassName
{
border-color: #B16878;
}
</style>