Shades of Turkish Rose #B1616D
Tints of Turkish Rose #B1616D
RGB
CMYK
RGB Variations
Color information
#B1616D (or 0xB1616D) is known color: Turkish Rose. HEX triplet: B1, 61 and 6D. RGB value is (177,97,109). Sum of RGB (Red+Green+Blue) = 177+97+109=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1616D is #4E9E92. Grayscale: #7A7A7A. Windows color (decimal): -5152403 or 7168433. OLE color: 7168433.
HSL color Cylindrical-coordinate representation of color #B1616D: hue angle of 351º 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 #B1616D is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 97 | 109 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.31 |
| HSL | 351º | 0.34% | 0.54% | - |
| HSV(B) | 351º | 0.45% | 0.69% | - |
| XYZ | 25.17 | 19 | 16.81 | - |
| YUV | 122.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 97 | 109 | 0 | 0.45 | 0.38 | 0.31 | 351 | 0.34 | 0.54 |
| Hex | B1 | 61 | 6D | 0 | 2D | 26 | 1F | 15F | 22 | 36 |
| Octal | 261 | 141 | 155 | 0 | 55 | 46 | 37 | 537 | 42 | 66 |
| Binary | 10110001 | 1100001 | 1101101 | 0 | 101101 | 100110 | 11111 | 101011111 | 100010 | 110110 |
Color Harmonies of #B1616D
Complementary color
Monochromatic Colors of #B1616D
Black with #B1616D
Text Example
Text Example
White with #B1616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1616D; }
p { color: rgb(177,97,109); }
H1.HeaderClassName
{
color: #B1616D;
}
.AnyTagClassName
{
color: #B1616D;
}
</style>
background-color css
<style>
a { background-color: #B1616D; }
a { background-color: rgb(177,97,109); }
div.DivClassName
{
background-color: #B1616D;
}
.BgClassName
{
background-color: #B1616D;
}
</style>
border-color css
<style>
span { border-color: #B1616D; }
span { border-color: rgb(177,97,109); }
td.TdClassName
{
border-color: #B1616D;
}
.TagClassName
{
border-color: #B1616D;
}
</style>