Shades of Turkish Rose #B6656E
Tints of Turkish Rose #B6656E
RGB
CMYK
RGB Variations
Color information
#B6656E (or 0xB6656E) is known color: Turkish Rose. HEX triplet: B6, 65 and 6E. RGB value is (182,101,110). Sum of RGB (Red+Green+Blue) = 182+101+110=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6656E is #499A91. Grayscale: #7E7E7E. Windows color (decimal): -4823698 or 7234998. OLE color: 7234998.
HSL color Cylindrical-coordinate representation of color #B6656E: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6656E is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 110 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.29 |
| HSL | 353.33º | 0.36% | 0.55% | - |
| HSV(B) | 353.33º | 0.45% | 0.71% | - |
| XYZ | 26.76 | 20.38 | 17.27 | - |
| YUV | 126.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 110 | 0 | 0.45 | 0.40 | 0.29 | 353.33 | 0.36 | 0.55 |
| Hex | B6 | 65 | 6E | 0 | 2D | 28 | 1D | 161 | 24 | 37 |
| Octal | 266 | 145 | 156 | 0 | 55 | 50 | 35 | 541 | 44 | 67 |
| Binary | 10110110 | 1100101 | 1101110 | 0 | 101101 | 101000 | 11101 | 101100001 | 100100 | 110111 |
Color Harmonies of #B6656E
Complementary color
Monochromatic Colors of #B6656E
Black with #B6656E
Text Example
Text Example
White with #B6656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6656E; }
p { color: rgb(182,101,110); }
H1.HeaderClassName
{
color: #B6656E;
}
.AnyTagClassName
{
color: #B6656E;
}
</style>
background-color css
<style>
a { background-color: #B6656E; }
a { background-color: rgb(182,101,110); }
div.DivClassName
{
background-color: #B6656E;
}
.BgClassName
{
background-color: #B6656E;
}
</style>
border-color css
<style>
span { border-color: #B6656E; }
span { border-color: rgb(182,101,110); }
td.TdClassName
{
border-color: #B6656E;
}
.TagClassName
{
border-color: #B6656E;
}
</style>