Shades of Turkish Rose #B17B7F
Tints of Turkish Rose #B17B7F
RGB
CMYK
RGB Variations
Color information
#B17B7F (or 0xB17B7F) is known color: Turkish Rose. HEX triplet: B1, 7B and 7F. RGB value is (177,123,127). Sum of RGB (Red+Green+Blue) = 177+123+127=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B7F is #4E8480. Grayscale: #8B8B8B. Windows color (decimal): -5145729 or 8354737. OLE color: 8354737.
HSL color Cylindrical-coordinate representation of color #B17B7F: hue angle of 355.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17B7F is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 127 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.31 |
| HSL | 355.56º | 0.26% | 0.59% | - |
| HSV(B) | 355.56º | 0.31% | 0.69% | - |
| XYZ | 29.05 | 25.05 | 23.38 | - |
| YUV | 139.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 127 | 0 | 0.31 | 0.28 | 0.31 | 355.56 | 0.26 | 0.59 |
| Hex | B1 | 7B | 7F | 0 | 1F | 1C | 1F | 164 | 1A | 3B |
| Octal | 261 | 173 | 177 | 0 | 37 | 34 | 37 | 544 | 32 | 73 |
| Binary | 10110001 | 1111011 | 1111111 | 0 | 11111 | 11100 | 11111 | 101100100 | 11010 | 111011 |
Color Harmonies of #B17B7F
Complementary color
Monochromatic Colors of #B17B7F
Black with #B17B7F
Text Example
Text Example
White with #B17B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B7F; }
p { color: rgb(177,123,127); }
H1.HeaderClassName
{
color: #B17B7F;
}
.AnyTagClassName
{
color: #B17B7F;
}
</style>
background-color css
<style>
a { background-color: #B17B7F; }
a { background-color: rgb(177,123,127); }
div.DivClassName
{
background-color: #B17B7F;
}
.BgClassName
{
background-color: #B17B7F;
}
</style>
border-color css
<style>
span { border-color: #B17B7F; }
span { border-color: rgb(177,123,127); }
td.TdClassName
{
border-color: #B17B7F;
}
.TagClassName
{
border-color: #B17B7F;
}
</style>