Shades of Turkish Rose #B3646E
Tints of Turkish Rose #B3646E
RGB
CMYK
RGB Variations
Color information
#B3646E (or 0xB3646E) is known color: Turkish Rose. HEX triplet: B3, 64 and 6E. RGB value is (179,100,110). Sum of RGB (Red+Green+Blue) = 179+100+110=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3646E is #4C9B91. Grayscale: #7C7C7C. Windows color (decimal): -5020562 or 7234739. OLE color: 7234739.
HSL color Cylindrical-coordinate representation of color #B3646E: hue angle of 352.41º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3646E is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 110 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.30 |
| HSL | 352.41º | 0.34% | 0.55% | - |
| HSV(B) | 352.41º | 0.44% | 0.7% | - |
| XYZ | 25.96 | 19.82 | 17.21 | - |
| YUV | 124.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 110 | 0 | 0.44 | 0.39 | 0.30 | 352.41 | 0.34 | 0.55 |
| Hex | B3 | 64 | 6E | 0 | 2C | 27 | 1E | 160 | 22 | 37 |
| Octal | 263 | 144 | 156 | 0 | 54 | 47 | 36 | 540 | 42 | 67 |
| Binary | 10110011 | 1100100 | 1101110 | 0 | 101100 | 100111 | 11110 | 101100000 | 100010 | 110111 |
Color Harmonies of #B3646E
Complementary color
Monochromatic Colors of #B3646E
Black with #B3646E
Text Example
Text Example
White with #B3646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3646E; }
p { color: rgb(179,100,110); }
H1.HeaderClassName
{
color: #B3646E;
}
.AnyTagClassName
{
color: #B3646E;
}
</style>
background-color css
<style>
a { background-color: #B3646E; }
a { background-color: rgb(179,100,110); }
div.DivClassName
{
background-color: #B3646E;
}
.BgClassName
{
background-color: #B3646E;
}
</style>
border-color css
<style>
span { border-color: #B3646E; }
span { border-color: rgb(179,100,110); }
td.TdClassName
{
border-color: #B3646E;
}
.TagClassName
{
border-color: #B3646E;
}
</style>