Shades of Turkish Rose #B4686F
Tints of Turkish Rose #B4686F
RGB
CMYK
RGB Variations
Color information
#B4686F (or 0xB4686F) is known color: Turkish Rose. HEX triplet: B4, 68 and 6F. RGB value is (180,104,111). Sum of RGB (Red+Green+Blue) = 180+104+111=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B4686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4686F is #4B9790. Grayscale: #7F7F7F. Windows color (decimal): -4954001 or 7301300. OLE color: 7301300.
HSL color Cylindrical-coordinate representation of color #B4686F: hue angle of 354.47º 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 #B4686F is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 104 | 111 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.29 |
| HSL | 354.47º | 0.34% | 0.56% | - |
| HSV(B) | 354.47º | 0.42% | 0.71% | - |
| XYZ | 26.64 | 20.75 | 17.64 | - |
| YUV | 127.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 111 | 0 | 0.42 | 0.38 | 0.29 | 354.47 | 0.34 | 0.56 |
| Hex | B4 | 68 | 6F | 0 | 2A | 26 | 1D | 162 | 22 | 38 |
| Octal | 264 | 150 | 157 | 0 | 52 | 46 | 35 | 542 | 42 | 70 |
| Binary | 10110100 | 1101000 | 1101111 | 0 | 101010 | 100110 | 11101 | 101100010 | 100010 | 111000 |
Color Harmonies of #B4686F
Complementary color
Monochromatic Colors of #B4686F
Black with #B4686F
Text Example
Text Example
White with #B4686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4686F; }
p { color: rgb(180,104,111); }
H1.HeaderClassName
{
color: #B4686F;
}
.AnyTagClassName
{
color: #B4686F;
}
</style>
background-color css
<style>
a { background-color: #B4686F; }
a { background-color: rgb(180,104,111); }
div.DivClassName
{
background-color: #B4686F;
}
.BgClassName
{
background-color: #B4686F;
}
</style>
border-color css
<style>
span { border-color: #B4686F; }
span { border-color: rgb(180,104,111); }
td.TdClassName
{
border-color: #B4686F;
}
.TagClassName
{
border-color: #B4686F;
}
</style>