Shades of Turkish Rose #B47C7D
Tints of Turkish Rose #B47C7D
RGB
CMYK
RGB Variations
Color information
#B47C7D (or 0xB47C7D) is known color: Turkish Rose. HEX triplet: B4, 7C and 7D. RGB value is (180,124,125). Sum of RGB (Red+Green+Blue) = 180+124+125=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C7D is #4B8382. Grayscale: #8C8C8C. Windows color (decimal): -4948867 or 8223924. OLE color: 8223924.
HSL color Cylindrical-coordinate representation of color #B47C7D: hue angle of 358.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B47C7D is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 124 | 125 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.29 |
| HSL | 358.93º | 0.27% | 0.6% | - |
| HSV(B) | 358.93º | 0.31% | 0.71% | - |
| XYZ | 29.73 | 25.6 | 22.78 | - |
| YUV | 140.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 125 | 0 | 0.31 | 0.31 | 0.29 | 358.93 | 0.27 | 0.6 |
| Hex | B4 | 7C | 7D | 0 | 1F | 1F | 1D | 167 | 1B | 3C |
| Octal | 264 | 174 | 175 | 0 | 37 | 37 | 35 | 547 | 33 | 74 |
| Binary | 10110100 | 1111100 | 1111101 | 0 | 11111 | 11111 | 11101 | 101100111 | 11011 | 111100 |
Color Harmonies of #B47C7D
Complementary color
Monochromatic Colors of #B47C7D
Black with #B47C7D
Text Example
Text Example
White with #B47C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47C7D; }
p { color: rgb(180,124,125); }
H1.HeaderClassName
{
color: #B47C7D;
}
.AnyTagClassName
{
color: #B47C7D;
}
</style>
background-color css
<style>
a { background-color: #B47C7D; }
a { background-color: rgb(180,124,125); }
div.DivClassName
{
background-color: #B47C7D;
}
.BgClassName
{
background-color: #B47C7D;
}
</style>
border-color css
<style>
span { border-color: #B47C7D; }
span { border-color: rgb(180,124,125); }
td.TdClassName
{
border-color: #B47C7D;
}
.TagClassName
{
border-color: #B47C7D;
}
</style>