Shades of Turkish Rose #B2686B
Tints of Turkish Rose #B2686B
RGB
CMYK
RGB Variations
Color information
#B2686B (or 0xB2686B) is known color: Turkish Rose. HEX triplet: B2, 68 and 6B. RGB value is (178,104,107). Sum of RGB (Red+Green+Blue) = 178+104+107=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B2686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2686B is #4D9794. Grayscale: #7E7E7E. Windows color (decimal): -5085077 or 7039154. OLE color: 7039154.
HSL color Cylindrical-coordinate representation of color #B2686B: hue angle of 357.57º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2686B is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 107 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.30 |
| HSL | 357.57º | 0.32% | 0.55% | - |
| HSV(B) | 357.57º | 0.42% | 0.7% | - |
| XYZ | 25.96 | 20.43 | 16.48 | - |
| YUV | 126.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 107 | 0 | 0.42 | 0.40 | 0.30 | 357.57 | 0.32 | 0.55 |
| Hex | B2 | 68 | 6B | 0 | 2A | 28 | 1E | 166 | 20 | 37 |
| Octal | 262 | 150 | 153 | 0 | 52 | 50 | 36 | 546 | 40 | 67 |
| Binary | 10110010 | 1101000 | 1101011 | 0 | 101010 | 101000 | 11110 | 101100110 | 100000 | 110111 |
Color Harmonies of #B2686B
Complementary color
Monochromatic Colors of #B2686B
Black with #B2686B
Text Example
Text Example
White with #B2686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2686B; }
p { color: rgb(178,104,107); }
H1.HeaderClassName
{
color: #B2686B;
}
.AnyTagClassName
{
color: #B2686B;
}
</style>
background-color css
<style>
a { background-color: #B2686B; }
a { background-color: rgb(178,104,107); }
div.DivClassName
{
background-color: #B2686B;
}
.BgClassName
{
background-color: #B2686B;
}
</style>
border-color css
<style>
span { border-color: #B2686B; }
span { border-color: rgb(178,104,107); }
td.TdClassName
{
border-color: #B2686B;
}
.TagClassName
{
border-color: #B2686B;
}
</style>