Shades of Turkish Rose #B0646D
Tints of Turkish Rose #B0646D
RGB
CMYK
RGB Variations
Color information
#B0646D (or 0xB0646D) is known color: Turkish Rose. HEX triplet: B0, 64 and 6D. RGB value is (176,100,109). Sum of RGB (Red+Green+Blue) = 176+100+109=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0646D is #4F9B92. Grayscale: #7B7B7B. Windows color (decimal): -5217171 or 7169200. OLE color: 7169200.
HSL color Cylindrical-coordinate representation of color #B0646D: hue angle of 352.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0646D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 109 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.31 |
| HSL | 352.89º | 0.32% | 0.54% | - |
| HSV(B) | 352.89º | 0.43% | 0.69% | - |
| XYZ | 25.22 | 19.45 | 16.89 | - |
| YUV | 123.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 109 | 0 | 0.43 | 0.38 | 0.31 | 352.89 | 0.32 | 0.54 |
| Hex | B0 | 64 | 6D | 0 | 2B | 26 | 1F | 161 | 20 | 36 |
| Octal | 260 | 144 | 155 | 0 | 53 | 46 | 37 | 541 | 40 | 66 |
| Binary | 10110000 | 1100100 | 1101101 | 0 | 101011 | 100110 | 11111 | 101100001 | 100000 | 110110 |
Color Harmonies of #B0646D
Complementary color
Monochromatic Colors of #B0646D
Black with #B0646D
Text Example
Text Example
White with #B0646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0646D; }
p { color: rgb(176,100,109); }
H1.HeaderClassName
{
color: #B0646D;
}
.AnyTagClassName
{
color: #B0646D;
}
</style>
background-color css
<style>
a { background-color: #B0646D; }
a { background-color: rgb(176,100,109); }
div.DivClassName
{
background-color: #B0646D;
}
.BgClassName
{
background-color: #B0646D;
}
</style>
border-color css
<style>
span { border-color: #B0646D; }
span { border-color: rgb(176,100,109); }
td.TdClassName
{
border-color: #B0646D;
}
.TagClassName
{
border-color: #B0646D;
}
</style>