Shades of Turkish Rose #BD686B
Tints of Turkish Rose #BD686B
RGB
CMYK
RGB Variations
Color information
#BD686B (or 0xBD686B) is known color: Turkish Rose. HEX triplet: BD, 68 and 6B. RGB value is (189,104,107). Sum of RGB (Red+Green+Blue) = 189+104+107=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD686B is #429794. Grayscale: #818181. Windows color (decimal): -4364181 or 7039165. OLE color: 7039165.
HSL color Cylindrical-coordinate representation of color #BD686B: hue angle of 357.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD686B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 107 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.26 |
| HSL | 357.88º | 0.39% | 0.57% | - |
| HSV(B) | 357.88º | 0.45% | 0.74% | - |
| XYZ | 28.59 | 21.78 | 16.61 | - |
| YUV | 129.76 | 115.16 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 107 | 0 | 0.45 | 0.43 | 0.26 | 357.88 | 0.39 | 0.57 |
| Hex | BD | 68 | 6B | 0 | 2D | 2B | 1A | 166 | 27 | 39 |
| Octal | 275 | 150 | 153 | 0 | 55 | 53 | 32 | 546 | 47 | 71 |
| Binary | 10111101 | 1101000 | 1101011 | 0 | 101101 | 101011 | 11010 | 101100110 | 100111 | 111001 |
Color Harmonies of #BD686B
Complementary color
Monochromatic Colors of #BD686B
Black with #BD686B
Text Example
Text Example
White with #BD686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD686B; }
p { color: rgb(189,104,107); }
H1.HeaderClassName
{
color: #BD686B;
}
.AnyTagClassName
{
color: #BD686B;
}
</style>
background-color css
<style>
a { background-color: #BD686B; }
a { background-color: rgb(189,104,107); }
div.DivClassName
{
background-color: #BD686B;
}
.BgClassName
{
background-color: #BD686B;
}
</style>
border-color css
<style>
span { border-color: #BD686B; }
span { border-color: rgb(189,104,107); }
td.TdClassName
{
border-color: #BD686B;
}
.TagClassName
{
border-color: #BD686B;
}
</style>