Shades of Turkish Rose #B1717B
Tints of Turkish Rose #B1717B
RGB
CMYK
RGB Variations
Color information
#B1717B (or 0xB1717B) is known color: Turkish Rose. HEX triplet: B1, 71 and 7B. RGB value is (177,113,123). Sum of RGB (Red+Green+Blue) = 177+113+123=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1717B is #4E8E84. Grayscale: #858585. Windows color (decimal): -5148293 or 8090033. OLE color: 8090033.
HSL color Cylindrical-coordinate representation of color #B1717B: hue angle of 350.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1717B is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 113 | 123 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.31 |
| HSL | 350.63º | 0.29% | 0.57% | - |
| HSV(B) | 350.63º | 0.36% | 0.69% | - |
| XYZ | 27.61 | 22.59 | 21.64 | - |
| YUV | 133.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 113 | 123 | 0 | 0.36 | 0.31 | 0.31 | 350.63 | 0.29 | 0.57 |
| Hex | B1 | 71 | 7B | 0 | 24 | 1F | 1F | 15F | 1D | 39 |
| Octal | 261 | 161 | 173 | 0 | 44 | 37 | 37 | 537 | 35 | 71 |
| Binary | 10110001 | 1110001 | 1111011 | 0 | 100100 | 11111 | 11111 | 101011111 | 11101 | 111001 |
Color Harmonies of #B1717B
Complementary color
Monochromatic Colors of #B1717B
Black with #B1717B
Text Example
Text Example
White with #B1717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1717B; }
p { color: rgb(177,113,123); }
H1.HeaderClassName
{
color: #B1717B;
}
.AnyTagClassName
{
color: #B1717B;
}
</style>
background-color css
<style>
a { background-color: #B1717B; }
a { background-color: rgb(177,113,123); }
div.DivClassName
{
background-color: #B1717B;
}
.BgClassName
{
background-color: #B1717B;
}
</style>
border-color css
<style>
span { border-color: #B1717B; }
span { border-color: rgb(177,113,123); }
td.TdClassName
{
border-color: #B1717B;
}
.TagClassName
{
border-color: #B1717B;
}
</style>