Shades of Turkish Rose #B17E7F
Tints of Turkish Rose #B17E7F
RGB
CMYK
RGB Variations
Color information
#B17E7F (or 0xB17E7F) is known color: Turkish Rose. HEX triplet: B1, 7E and 7F. RGB value is (177,126,127). Sum of RGB (Red+Green+Blue) = 177+126+127=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E7F is #4E8180. Grayscale: #8D8D8D. Windows color (decimal): -5144961 or 8355505. OLE color: 8355505.
HSL color Cylindrical-coordinate representation of color #B17E7F: hue angle of 358.82º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17E7F is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 127 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.31 |
| HSL | 358.82º | 0.25% | 0.59% | - |
| HSV(B) | 358.82º | 0.29% | 0.69% | - |
| XYZ | 29.42 | 25.8 | 23.51 | - |
| YUV | 141.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 127 | 0 | 0.29 | 0.28 | 0.31 | 358.82 | 0.25 | 0.59 |
| Hex | B1 | 7E | 7F | 0 | 1D | 1C | 1F | 167 | 19 | 3B |
| Octal | 261 | 176 | 177 | 0 | 35 | 34 | 37 | 547 | 31 | 73 |
| Binary | 10110001 | 1111110 | 1111111 | 0 | 11101 | 11100 | 11111 | 101100111 | 11001 | 111011 |
Color Harmonies of #B17E7F
Complementary color
Monochromatic Colors of #B17E7F
Black with #B17E7F
Text Example
Text Example
White with #B17E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E7F; }
p { color: rgb(177,126,127); }
H1.HeaderClassName
{
color: #B17E7F;
}
.AnyTagClassName
{
color: #B17E7F;
}
</style>
background-color css
<style>
a { background-color: #B17E7F; }
a { background-color: rgb(177,126,127); }
div.DivClassName
{
background-color: #B17E7F;
}
.BgClassName
{
background-color: #B17E7F;
}
</style>
border-color css
<style>
span { border-color: #B17E7F; }
span { border-color: rgb(177,126,127); }
td.TdClassName
{
border-color: #B17E7F;
}
.TagClassName
{
border-color: #B17E7F;
}
</style>