Shades of Turkish Rose #B7646D
Tints of Turkish Rose #B7646D
RGB
CMYK
RGB Variations
Color information
#B7646D (or 0xB7646D) is known color: Turkish Rose. HEX triplet: B7, 64 and 6D. RGB value is (183,100,109). Sum of RGB (Red+Green+Blue) = 183+100+109=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7646D is #489B92. Grayscale: #7D7D7D. Windows color (decimal): -4758419 or 7169207. OLE color: 7169207.
HSL color Cylindrical-coordinate representation of color #B7646D: hue angle of 353.49º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7646D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 109 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.28 |
| HSL | 353.49º | 0.37% | 0.55% | - |
| HSV(B) | 353.49º | 0.45% | 0.72% | - |
| XYZ | 26.85 | 20.29 | 16.97 | - |
| YUV | 125.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 109 | 0 | 0.45 | 0.40 | 0.28 | 353.49 | 0.37 | 0.55 |
| Hex | B7 | 64 | 6D | 0 | 2D | 28 | 1C | 161 | 25 | 37 |
| Octal | 267 | 144 | 155 | 0 | 55 | 50 | 34 | 541 | 45 | 67 |
| Binary | 10110111 | 1100100 | 1101101 | 0 | 101101 | 101000 | 11100 | 101100001 | 100101 | 110111 |
Color Harmonies of #B7646D
Complementary color
Monochromatic Colors of #B7646D
Black with #B7646D
Text Example
Text Example
White with #B7646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7646D; }
p { color: rgb(183,100,109); }
H1.HeaderClassName
{
color: #B7646D;
}
.AnyTagClassName
{
color: #B7646D;
}
</style>
background-color css
<style>
a { background-color: #B7646D; }
a { background-color: rgb(183,100,109); }
div.DivClassName
{
background-color: #B7646D;
}
.BgClassName
{
background-color: #B7646D;
}
</style>
border-color css
<style>
span { border-color: #B7646D; }
span { border-color: rgb(183,100,109); }
td.TdClassName
{
border-color: #B7646D;
}
.TagClassName
{
border-color: #B7646D;
}
</style>