Shades of Turkish Rose #B87D7E
Tints of Turkish Rose #B87D7E
RGB
CMYK
RGB Variations
Color information
#B87D7E (or 0xB87D7E) is known color: Turkish Rose. HEX triplet: B8, 7D and 7E. RGB value is (184,125,126). Sum of RGB (Red+Green+Blue) = 184+125+126=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D7E is #478281. Grayscale: #8E8E8E. Windows color (decimal): -4686466 or 8289720. OLE color: 8289720.
HSL color Cylindrical-coordinate representation of color #B87D7E: hue angle of 358.98º 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 #B87D7E is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 126 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.28 |
| HSL | 358.98º | 0.29% | 0.61% | - |
| HSV(B) | 358.98º | 0.32% | 0.72% | - |
| XYZ | 30.87 | 26.36 | 23.2 | - |
| YUV | 142.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 126 | 0 | 0.32 | 0.32 | 0.28 | 358.98 | 0.29 | 0.61 |
| Hex | B8 | 7D | 7E | 0 | 20 | 20 | 1C | 167 | 1D | 3D |
| Octal | 270 | 175 | 176 | 0 | 40 | 40 | 34 | 547 | 35 | 75 |
| Binary | 10111000 | 1111101 | 1111110 | 0 | 100000 | 100000 | 11100 | 101100111 | 11101 | 111101 |
Color Harmonies of #B87D7E
Complementary color
Monochromatic Colors of #B87D7E
Black with #B87D7E
Text Example
Text Example
White with #B87D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D7E; }
p { color: rgb(184,125,126); }
H1.HeaderClassName
{
color: #B87D7E;
}
.AnyTagClassName
{
color: #B87D7E;
}
</style>
background-color css
<style>
a { background-color: #B87D7E; }
a { background-color: rgb(184,125,126); }
div.DivClassName
{
background-color: #B87D7E;
}
.BgClassName
{
background-color: #B87D7E;
}
</style>
border-color css
<style>
span { border-color: #B87D7E; }
span { border-color: rgb(184,125,126); }
td.TdClassName
{
border-color: #B87D7E;
}
.TagClassName
{
border-color: #B87D7E;
}
</style>