Shades of Turkish Rose #B6666A
Tints of Turkish Rose #B6666A
RGB
CMYK
RGB Variations
Color information
#B6666A (or 0xB6666A) is known color: Turkish Rose. HEX triplet: B6, 66 and 6A. RGB value is (182,102,106). Sum of RGB (Red+Green+Blue) = 182+102+106=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6666A is #499995. Grayscale: #7E7E7E. Windows color (decimal): -4823446 or 6973110. OLE color: 6973110.
HSL color Cylindrical-coordinate representation of color #B6666A: hue angle of 357º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6666A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 106 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.29 |
| HSL | 357º | 0.35% | 0.56% | - |
| HSV(B) | 357º | 0.44% | 0.71% | - |
| XYZ | 26.64 | 20.49 | 16.19 | - |
| YUV | 126.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 106 | 0 | 0.44 | 0.42 | 0.29 | 357 | 0.35 | 0.56 |
| Hex | B6 | 66 | 6A | 0 | 2C | 2A | 1D | 165 | 23 | 38 |
| Octal | 266 | 146 | 152 | 0 | 54 | 52 | 35 | 545 | 43 | 70 |
| Binary | 10110110 | 1100110 | 1101010 | 0 | 101100 | 101010 | 11101 | 101100101 | 100011 | 111000 |
Color Harmonies of #B6666A
Complementary color
Monochromatic Colors of #B6666A
Black with #B6666A
Text Example
Text Example
White with #B6666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6666A; }
p { color: rgb(182,102,106); }
H1.HeaderClassName
{
color: #B6666A;
}
.AnyTagClassName
{
color: #B6666A;
}
</style>
background-color css
<style>
a { background-color: #B6666A; }
a { background-color: rgb(182,102,106); }
div.DivClassName
{
background-color: #B6666A;
}
.BgClassName
{
background-color: #B6666A;
}
</style>
border-color css
<style>
span { border-color: #B6666A; }
span { border-color: rgb(182,102,106); }
td.TdClassName
{
border-color: #B6666A;
}
.TagClassName
{
border-color: #B6666A;
}
</style>