Shades of Turkish Rose #BD7177
Tints of Turkish Rose #BD7177
RGB
CMYK
RGB Variations
Color information
#BD7177 (or 0xBD7177) is known color: Turkish Rose. HEX triplet: BD, 71 and 77. RGB value is (189,113,119). Sum of RGB (Red+Green+Blue) = 189+113+119=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7177 is #428E88. Grayscale: #888888. Windows color (decimal): -4361865 or 7827901. OLE color: 7827901.
HSL color Cylindrical-coordinate representation of color #BD7177: hue angle of 355.26º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7177 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 119 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.26 |
| HSL | 355.26º | 0.37% | 0.59% | - |
| HSV(B) | 355.26º | 0.4% | 0.74% | - |
| XYZ | 30.22 | 23.96 | 20.48 | - |
| YUV | 136.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 119 | 0 | 0.40 | 0.37 | 0.26 | 355.26 | 0.37 | 0.59 |
| Hex | BD | 71 | 77 | 0 | 28 | 25 | 1A | 163 | 25 | 3B |
| Octal | 275 | 161 | 167 | 0 | 50 | 45 | 32 | 543 | 45 | 73 |
| Binary | 10111101 | 1110001 | 1110111 | 0 | 101000 | 100101 | 11010 | 101100011 | 100101 | 111011 |
Color Harmonies of #BD7177
Complementary color
Monochromatic Colors of #BD7177
Black with #BD7177
Text Example
Text Example
White with #BD7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7177; }
p { color: rgb(189,113,119); }
H1.HeaderClassName
{
color: #BD7177;
}
.AnyTagClassName
{
color: #BD7177;
}
</style>
background-color css
<style>
a { background-color: #BD7177; }
a { background-color: rgb(189,113,119); }
div.DivClassName
{
background-color: #BD7177;
}
.BgClassName
{
background-color: #BD7177;
}
</style>
border-color css
<style>
span { border-color: #BD7177; }
span { border-color: rgb(189,113,119); }
td.TdClassName
{
border-color: #BD7177;
}
.TagClassName
{
border-color: #BD7177;
}
</style>