Shades of Turkish Rose #B46E74
Tints of Turkish Rose #B46E74
RGB
CMYK
RGB Variations
Color information
#B46E74 (or 0xB46E74) is known color: Turkish Rose. HEX triplet: B4, 6E and 74. RGB value is (180,110,116). Sum of RGB (Red+Green+Blue) = 180+110+116=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E74 is #4B918B. Grayscale: #838383. Windows color (decimal): -4952460 or 7630516. OLE color: 7630516.
HSL color Cylindrical-coordinate representation of color #B46E74: hue angle of 354.86º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B46E74 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 110 | 116 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.29 |
| HSL | 354.86º | 0.32% | 0.57% | - |
| HSV(B) | 354.86º | 0.39% | 0.71% | - |
| XYZ | 27.55 | 22.12 | 19.34 | - |
| YUV | 131.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 110 | 116 | 0 | 0.39 | 0.36 | 0.29 | 354.86 | 0.32 | 0.57 |
| Hex | B4 | 6E | 74 | 0 | 27 | 24 | 1D | 163 | 20 | 39 |
| Octal | 264 | 156 | 164 | 0 | 47 | 44 | 35 | 543 | 40 | 71 |
| Binary | 10110100 | 1101110 | 1110100 | 0 | 100111 | 100100 | 11101 | 101100011 | 100000 | 111001 |
Color Harmonies of #B46E74
Complementary color
Monochromatic Colors of #B46E74
Black with #B46E74
Text Example
Text Example
White with #B46E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46E74; }
p { color: rgb(180,110,116); }
H1.HeaderClassName
{
color: #B46E74;
}
.AnyTagClassName
{
color: #B46E74;
}
</style>
background-color css
<style>
a { background-color: #B46E74; }
a { background-color: rgb(180,110,116); }
div.DivClassName
{
background-color: #B46E74;
}
.BgClassName
{
background-color: #B46E74;
}
</style>
border-color css
<style>
span { border-color: #B46E74; }
span { border-color: rgb(180,110,116); }
td.TdClassName
{
border-color: #B46E74;
}
.TagClassName
{
border-color: #B46E74;
}
</style>