Shades of Turkish Rose #B17C7D
Tints of Turkish Rose #B17C7D
RGB
CMYK
RGB Variations
Color information
#B17C7D (or 0xB17C7D) is known color: Turkish Rose. HEX triplet: B1, 7C and 7D. RGB value is (177,124,125). Sum of RGB (Red+Green+Blue) = 177+124+125=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C7D is #4E8382. Grayscale: #8C8C8C. Windows color (decimal): -5145475 or 8223921. OLE color: 8223921.
HSL color Cylindrical-coordinate representation of color #B17C7D: hue angle of 358.87º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17C7D is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 125 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.31 |
| HSL | 358.87º | 0.25% | 0.59% | - |
| HSV(B) | 358.87º | 0.3% | 0.69% | - |
| XYZ | 29.04 | 25.24 | 22.74 | - |
| YUV | 139.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 125 | 0 | 0.30 | 0.29 | 0.31 | 358.87 | 0.25 | 0.59 |
| Hex | B1 | 7C | 7D | 0 | 1E | 1D | 1F | 167 | 19 | 3B |
| Octal | 261 | 174 | 175 | 0 | 36 | 35 | 37 | 547 | 31 | 73 |
| Binary | 10110001 | 1111100 | 1111101 | 0 | 11110 | 11101 | 11111 | 101100111 | 11001 | 111011 |
Color Harmonies of #B17C7D
Complementary color
Monochromatic Colors of #B17C7D
Black with #B17C7D
Text Example
Text Example
White with #B17C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C7D; }
p { color: rgb(177,124,125); }
H1.HeaderClassName
{
color: #B17C7D;
}
.AnyTagClassName
{
color: #B17C7D;
}
</style>
background-color css
<style>
a { background-color: #B17C7D; }
a { background-color: rgb(177,124,125); }
div.DivClassName
{
background-color: #B17C7D;
}
.BgClassName
{
background-color: #B17C7D;
}
</style>
border-color css
<style>
span { border-color: #B17C7D; }
span { border-color: rgb(177,124,125); }
td.TdClassName
{
border-color: #B17C7D;
}
.TagClassName
{
border-color: #B17C7D;
}
</style>