Shades of Turkish Rose #B6696D
Tints of Turkish Rose #B6696D
RGB
CMYK
RGB Variations
Color information
#B6696D (or 0xB6696D) is known color: Turkish Rose. HEX triplet: B6, 69 and 6D. RGB value is (182,105,109). Sum of RGB (Red+Green+Blue) = 182+105+109=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6696D is #499692. Grayscale: #808080. Windows color (decimal): -4822675 or 7170486. OLE color: 7170486.
HSL color Cylindrical-coordinate representation of color #B6696D: hue angle of 356.88º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6696D is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 105 | 109 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.29 |
| HSL | 356.88º | 0.35% | 0.56% | - |
| HSV(B) | 356.88º | 0.42% | 0.71% | - |
| XYZ | 27.1 | 21.15 | 17.12 | - |
| YUV | 128.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 109 | 0 | 0.42 | 0.40 | 0.29 | 356.88 | 0.35 | 0.56 |
| Hex | B6 | 69 | 6D | 0 | 2A | 28 | 1D | 165 | 23 | 38 |
| Octal | 266 | 151 | 155 | 0 | 52 | 50 | 35 | 545 | 43 | 70 |
| Binary | 10110110 | 1101001 | 1101101 | 0 | 101010 | 101000 | 11101 | 101100101 | 100011 | 111000 |
Color Harmonies of #B6696D
Complementary color
Monochromatic Colors of #B6696D
Black with #B6696D
Text Example
Text Example
White with #B6696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6696D; }
p { color: rgb(182,105,109); }
H1.HeaderClassName
{
color: #B6696D;
}
.AnyTagClassName
{
color: #B6696D;
}
</style>
background-color css
<style>
a { background-color: #B6696D; }
a { background-color: rgb(182,105,109); }
div.DivClassName
{
background-color: #B6696D;
}
.BgClassName
{
background-color: #B6696D;
}
</style>
border-color css
<style>
span { border-color: #B6696D; }
span { border-color: rgb(182,105,109); }
td.TdClassName
{
border-color: #B6696D;
}
.TagClassName
{
border-color: #B6696D;
}
</style>