Shades of Turkish Rose #B47B7E
Tints of Turkish Rose #B47B7E
RGB
CMYK
RGB Variations
Color information
#B47B7E (or 0xB47B7E) is known color: Turkish Rose. HEX triplet: B4, 7B and 7E. RGB value is (180,123,126). Sum of RGB (Red+Green+Blue) = 180+123+126=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B7E is #4B8481. Grayscale: #8C8C8C. Windows color (decimal): -4949122 or 8289204. OLE color: 8289204.
HSL color Cylindrical-coordinate representation of color #B47B7E: hue angle of 356.84º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47B7E is Cyan = 0, Magento = 0.32, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 123 | 126 | - |
| CMYK | 0 | 0.32 | 0.3 | 0.29 |
| HSL | 356.84º | 0.28% | 0.59% | - |
| HSV(B) | 356.84º | 0.32% | 0.71% | - |
| XYZ | 29.67 | 25.38 | 23.07 | - |
| YUV | 140.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 126 | 0 | 0.32 | 0.3 | 0.29 | 356.84 | 0.28 | 0.59 |
| Hex | B4 | 7B | 7E | 0 | 20 | 1E | 1D | 165 | 1C | 3B |
| Octal | 264 | 173 | 176 | 0 | 40 | 36 | 35 | 545 | 34 | 73 |
| Binary | 10110100 | 1111011 | 1111110 | 0 | 100000 | 11110 | 11101 | 101100101 | 11100 | 111011 |
Color Harmonies of #B47B7E
Complementary color
Monochromatic Colors of #B47B7E
Black with #B47B7E
Text Example
Text Example
White with #B47B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47B7E; }
p { color: rgb(180,123,126); }
H1.HeaderClassName
{
color: #B47B7E;
}
.AnyTagClassName
{
color: #B47B7E;
}
</style>
background-color css
<style>
a { background-color: #B47B7E; }
a { background-color: rgb(180,123,126); }
div.DivClassName
{
background-color: #B47B7E;
}
.BgClassName
{
background-color: #B47B7E;
}
</style>
border-color css
<style>
span { border-color: #B47B7E; }
span { border-color: rgb(180,123,126); }
td.TdClassName
{
border-color: #B47B7E;
}
.TagClassName
{
border-color: #B47B7E;
}
</style>