Shades of Turkish Rose #B2686D
Tints of Turkish Rose #B2686D
RGB
CMYK
RGB Variations
Color information
#B2686D (or 0xB2686D) is known color: Turkish Rose. HEX triplet: B2, 68 and 6D. RGB value is (178,104,109). Sum of RGB (Red+Green+Blue) = 178+104+109=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B2686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2686D is #4D9792. Grayscale: #7E7E7E. Windows color (decimal): -5085075 or 7170226. OLE color: 7170226.
HSL color Cylindrical-coordinate representation of color #B2686D: hue angle of 355.95º 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 #B2686D is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 104 | 109 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.30 |
| HSL | 355.95º | 0.32% | 0.55% | - |
| HSV(B) | 355.95º | 0.42% | 0.7% | - |
| XYZ | 26.07 | 20.47 | 17.04 | - |
| YUV | 126.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 109 | 0 | 0.42 | 0.39 | 0.30 | 355.95 | 0.32 | 0.55 |
| Hex | B2 | 68 | 6D | 0 | 2A | 27 | 1E | 164 | 20 | 37 |
| Octal | 262 | 150 | 155 | 0 | 52 | 47 | 36 | 544 | 40 | 67 |
| Binary | 10110010 | 1101000 | 1101101 | 0 | 101010 | 100111 | 11110 | 101100100 | 100000 | 110111 |
Color Harmonies of #B2686D
Complementary color
Monochromatic Colors of #B2686D
Black with #B2686D
Text Example
Text Example
White with #B2686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2686D; }
p { color: rgb(178,104,109); }
H1.HeaderClassName
{
color: #B2686D;
}
.AnyTagClassName
{
color: #B2686D;
}
</style>
background-color css
<style>
a { background-color: #B2686D; }
a { background-color: rgb(178,104,109); }
div.DivClassName
{
background-color: #B2686D;
}
.BgClassName
{
background-color: #B2686D;
}
</style>
border-color css
<style>
span { border-color: #B2686D; }
span { border-color: rgb(178,104,109); }
td.TdClassName
{
border-color: #B2686D;
}
.TagClassName
{
border-color: #B2686D;
}
</style>