Shades of Turkish Rose #B87E7F
Tints of Turkish Rose #B87E7F
RGB
CMYK
RGB Variations
Color information
#B87E7F (or 0xB87E7F) is known color: Turkish Rose. HEX triplet: B8, 7E and 7F. RGB value is (184,126,127). Sum of RGB (Red+Green+Blue) = 184+126+127=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87E7F is #478180. Grayscale: #8F8F8F. Windows color (decimal): -4686209 or 8355512. OLE color: 8355512.
HSL color Cylindrical-coordinate representation of color #B87E7F: hue angle of 358.97º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87E7F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 127 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.28 |
| HSL | 358.97º | 0.29% | 0.61% | - |
| HSV(B) | 358.97º | 0.32% | 0.72% | - |
| XYZ | 31.06 | 26.64 | 23.58 | - |
| YUV | 143.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 127 | 0 | 0.32 | 0.31 | 0.28 | 358.97 | 0.29 | 0.61 |
| Hex | B8 | 7E | 7F | 0 | 20 | 1F | 1C | 167 | 1D | 3D |
| Octal | 270 | 176 | 177 | 0 | 40 | 37 | 34 | 547 | 35 | 75 |
| Binary | 10111000 | 1111110 | 1111111 | 0 | 100000 | 11111 | 11100 | 101100111 | 11101 | 111101 |
Color Harmonies of #B87E7F
Complementary color
Monochromatic Colors of #B87E7F
Black with #B87E7F
Text Example
Text Example
White with #B87E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E7F; }
p { color: rgb(184,126,127); }
H1.HeaderClassName
{
color: #B87E7F;
}
.AnyTagClassName
{
color: #B87E7F;
}
</style>
background-color css
<style>
a { background-color: #B87E7F; }
a { background-color: rgb(184,126,127); }
div.DivClassName
{
background-color: #B87E7F;
}
.BgClassName
{
background-color: #B87E7F;
}
</style>
border-color css
<style>
span { border-color: #B87E7F; }
span { border-color: rgb(184,126,127); }
td.TdClassName
{
border-color: #B87E7F;
}
.TagClassName
{
border-color: #B87E7F;
}
</style>