Shades of Turkish Rose #B46971
Tints of Turkish Rose #B46971
RGB
CMYK
RGB Variations
Color information
#B46971 (or 0xB46971) is known color: Turkish Rose. HEX triplet: B4, 69 and 71. RGB value is (180,105,113). Sum of RGB (Red+Green+Blue) = 180+105+113=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B46971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46971 is #4B968E. Grayscale: #808080. Windows color (decimal): -4953743 or 7432628. OLE color: 7432628.
HSL color Cylindrical-coordinate representation of color #B46971: hue angle of 353.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46971 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 113 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.29 |
| HSL | 353.6º | 0.33% | 0.56% | - |
| HSV(B) | 353.6º | 0.42% | 0.71% | - |
| XYZ | 26.85 | 21 | 18.26 | - |
| YUV | 128.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 113 | 0 | 0.42 | 0.37 | 0.29 | 353.6 | 0.33 | 0.56 |
| Hex | B4 | 69 | 71 | 0 | 2A | 25 | 1D | 162 | 21 | 38 |
| Octal | 264 | 151 | 161 | 0 | 52 | 45 | 35 | 542 | 41 | 70 |
| Binary | 10110100 | 1101001 | 1110001 | 0 | 101010 | 100101 | 11101 | 101100010 | 100001 | 111000 |
Color Harmonies of #B46971
Complementary color
Monochromatic Colors of #B46971
Black with #B46971
Text Example
Text Example
White with #B46971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46971; }
p { color: rgb(180,105,113); }
H1.HeaderClassName
{
color: #B46971;
}
.AnyTagClassName
{
color: #B46971;
}
</style>
background-color css
<style>
a { background-color: #B46971; }
a { background-color: rgb(180,105,113); }
div.DivClassName
{
background-color: #B46971;
}
.BgClassName
{
background-color: #B46971;
}
</style>
border-color css
<style>
span { border-color: #B46971; }
span { border-color: rgb(180,105,113); }
td.TdClassName
{
border-color: #B46971;
}
.TagClassName
{
border-color: #B46971;
}
</style>