Shades of Turkish Rose #B47E80
Tints of Turkish Rose #B47E80
RGB
CMYK
RGB Variations
Color information
#B47E80 (or 0xB47E80) is known color: Turkish Rose. HEX triplet: B4, 7E and 80. RGB value is (180,126,128). Sum of RGB (Red+Green+Blue) = 180+126+128=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E80 is #4B817F. Grayscale: #8E8E8E. Windows color (decimal): -4948352 or 8421044. OLE color: 8421044.
HSL color Cylindrical-coordinate representation of color #B47E80: hue angle of 357.78º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E80 is Cyan = 0, Magento = 0.3, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 126 | 128 | - |
| CMYK | 0 | 0.3 | 0.29 | 0.29 |
| HSL | 357.78º | 0.26% | 0.6% | - |
| HSV(B) | 357.78º | 0.3% | 0.71% | - |
| XYZ | 30.18 | 26.18 | 23.89 | - |
| YUV | 142.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 126 | 128 | 0 | 0.3 | 0.29 | 0.29 | 357.78 | 0.26 | 0.6 |
| Hex | B4 | 7E | 80 | 0 | 1E | 1D | 1D | 166 | 1A | 3C |
| Octal | 264 | 176 | 200 | 0 | 36 | 35 | 35 | 546 | 32 | 74 |
| Binary | 10110100 | 1111110 | 10000000 | 0 | 11110 | 11101 | 11101 | 101100110 | 11010 | 111100 |
Color Harmonies of #B47E80
Complementary color
Monochromatic Colors of #B47E80
Black with #B47E80
Text Example
Text Example
White with #B47E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47E80; }
p { color: rgb(180,126,128); }
H1.HeaderClassName
{
color: #B47E80;
}
.AnyTagClassName
{
color: #B47E80;
}
</style>
background-color css
<style>
a { background-color: #B47E80; }
a { background-color: rgb(180,126,128); }
div.DivClassName
{
background-color: #B47E80;
}
.BgClassName
{
background-color: #B47E80;
}
</style>
border-color css
<style>
span { border-color: #B47E80; }
span { border-color: rgb(180,126,128); }
td.TdClassName
{
border-color: #B47E80;
}
.TagClassName
{
border-color: #B47E80;
}
</style>