Shades of Turkish Rose #B0646F
Tints of Turkish Rose #B0646F
RGB
CMYK
RGB Variations
Color information
#B0646F (or 0xB0646F) is known color: Turkish Rose. HEX triplet: B0, 64 and 6F. RGB value is (176,100,111). Sum of RGB (Red+Green+Blue) = 176+100+111=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0646F is #4F9B90. Grayscale: #7C7C7C. Windows color (decimal): -5217169 or 7300272. OLE color: 7300272.
HSL color Cylindrical-coordinate representation of color #B0646F: hue angle of 351.32º 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 #B0646F is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 111 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.31 |
| HSL | 351.32º | 0.32% | 0.54% | - |
| HSV(B) | 351.32º | 0.43% | 0.69% | - |
| XYZ | 25.33 | 19.49 | 17.47 | - |
| YUV | 123.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 111 | 0 | 0.43 | 0.37 | 0.31 | 351.32 | 0.32 | 0.54 |
| Hex | B0 | 64 | 6F | 0 | 2B | 25 | 1F | 15F | 20 | 36 |
| Octal | 260 | 144 | 157 | 0 | 53 | 45 | 37 | 537 | 40 | 66 |
| Binary | 10110000 | 1100100 | 1101111 | 0 | 101011 | 100101 | 11111 | 101011111 | 100000 | 110110 |
Color Harmonies of #B0646F
Complementary color
Monochromatic Colors of #B0646F
Black with #B0646F
Text Example
Text Example
White with #B0646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0646F; }
p { color: rgb(176,100,111); }
H1.HeaderClassName
{
color: #B0646F;
}
.AnyTagClassName
{
color: #B0646F;
}
</style>
background-color css
<style>
a { background-color: #B0646F; }
a { background-color: rgb(176,100,111); }
div.DivClassName
{
background-color: #B0646F;
}
.BgClassName
{
background-color: #B0646F;
}
</style>
border-color css
<style>
span { border-color: #B0646F; }
span { border-color: rgb(176,100,111); }
td.TdClassName
{
border-color: #B0646F;
}
.TagClassName
{
border-color: #B0646F;
}
</style>