Shades of Turkish Rose #B46471
Tints of Turkish Rose #B46471
RGB
CMYK
RGB Variations
Color information
#B46471 (or 0xB46471) is known color: Turkish Rose. HEX triplet: B4, 64 and 71. RGB value is (180,100,113). Sum of RGB (Red+Green+Blue) = 180+100+113=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46471 is #4B9B8E. Grayscale: #7D7D7D. Windows color (decimal): -4955023 or 7431348. OLE color: 7431348.
HSL color Cylindrical-coordinate representation of color #B46471: hue angle of 350.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46471 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 113 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.29 |
| HSL | 350.25º | 0.35% | 0.55% | - |
| HSV(B) | 350.25º | 0.44% | 0.71% | - |
| XYZ | 26.36 | 20.01 | 18.1 | - |
| YUV | 125.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 113 | 0 | 0.44 | 0.37 | 0.29 | 350.25 | 0.35 | 0.55 |
| Hex | B4 | 64 | 71 | 0 | 2C | 25 | 1D | 15E | 23 | 37 |
| Octal | 264 | 144 | 161 | 0 | 54 | 45 | 35 | 536 | 43 | 67 |
| Binary | 10110100 | 1100100 | 1110001 | 0 | 101100 | 100101 | 11101 | 101011110 | 100011 | 110111 |
Color Harmonies of #B46471
Complementary color
Monochromatic Colors of #B46471
Black with #B46471
Text Example
Text Example
White with #B46471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46471; }
p { color: rgb(180,100,113); }
H1.HeaderClassName
{
color: #B46471;
}
.AnyTagClassName
{
color: #B46471;
}
</style>
background-color css
<style>
a { background-color: #B46471; }
a { background-color: rgb(180,100,113); }
div.DivClassName
{
background-color: #B46471;
}
.BgClassName
{
background-color: #B46471;
}
</style>
border-color css
<style>
span { border-color: #B46471; }
span { border-color: rgb(180,100,113); }
td.TdClassName
{
border-color: #B46471;
}
.TagClassName
{
border-color: #B46471;
}
</style>