Shades of Turkish Rose #B4686C
Tints of Turkish Rose #B4686C
RGB
CMYK
RGB Variations
Color information
#B4686C (or 0xB4686C) is known color: Turkish Rose. HEX triplet: B4, 68 and 6C. RGB value is (180,104,108). Sum of RGB (Red+Green+Blue) = 180+104+108=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4686C is #4B9793. Grayscale: #7F7F7F. Windows color (decimal): -4954004 or 7104692. OLE color: 7104692.
HSL color Cylindrical-coordinate representation of color #B4686C: hue angle of 356.84º degrees, saturation: 0.34, 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 #B4686C is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 108 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.29 |
| HSL | 356.84º | 0.34% | 0.56% | - |
| HSV(B) | 356.84º | 0.42% | 0.71% | - |
| XYZ | 26.48 | 20.69 | 16.78 | - |
| YUV | 127.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 108 | 0 | 0.42 | 0.40 | 0.29 | 356.84 | 0.34 | 0.56 |
| Hex | B4 | 68 | 6C | 0 | 2A | 28 | 1D | 165 | 22 | 38 |
| Octal | 264 | 150 | 154 | 0 | 52 | 50 | 35 | 545 | 42 | 70 |
| Binary | 10110100 | 1101000 | 1101100 | 0 | 101010 | 101000 | 11101 | 101100101 | 100010 | 111000 |
Color Harmonies of #B4686C
Complementary color
Monochromatic Colors of #B4686C
Black with #B4686C
Text Example
Text Example
White with #B4686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4686C; }
p { color: rgb(180,104,108); }
H1.HeaderClassName
{
color: #B4686C;
}
.AnyTagClassName
{
color: #B4686C;
}
</style>
background-color css
<style>
a { background-color: #B4686C; }
a { background-color: rgb(180,104,108); }
div.DivClassName
{
background-color: #B4686C;
}
.BgClassName
{
background-color: #B4686C;
}
</style>
border-color css
<style>
span { border-color: #B4686C; }
span { border-color: rgb(180,104,108); }
td.TdClassName
{
border-color: #B4686C;
}
.TagClassName
{
border-color: #B4686C;
}
</style>