Shades of Turkish Rose #BD6869
Tints of Turkish Rose #BD6869
RGB
CMYK
RGB Variations
Color information
#BD6869 (or 0xBD6869) is known color: Turkish Rose. HEX triplet: BD, 68 and 69. RGB value is (189,104,105). Sum of RGB (Red+Green+Blue) = 189+104+105=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6869 is #429796. Grayscale: #818181. Windows color (decimal): -4364183 or 6908093. OLE color: 6908093.
HSL color Cylindrical-coordinate representation of color #BD6869: hue angle of 359.29º 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 #BD6869 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 105 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.26 |
| HSL | 359.29º | 0.39% | 0.57% | - |
| HSV(B) | 359.29º | 0.45% | 0.74% | - |
| XYZ | 28.49 | 21.74 | 16.06 | - |
| YUV | 129.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 105 | 0 | 0.45 | 0.44 | 0.26 | 359.29 | 0.39 | 0.57 |
| Hex | BD | 68 | 69 | 0 | 2D | 2C | 1A | 167 | 27 | 39 |
| Octal | 275 | 150 | 151 | 0 | 55 | 54 | 32 | 547 | 47 | 71 |
| Binary | 10111101 | 1101000 | 1101001 | 0 | 101101 | 101100 | 11010 | 101100111 | 100111 | 111001 |
Color Harmonies of #BD6869
Complementary color
Monochromatic Colors of #BD6869
Black with #BD6869
Text Example
Text Example
White with #BD6869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6869; }
p { color: rgb(189,104,105); }
H1.HeaderClassName
{
color: #BD6869;
}
.AnyTagClassName
{
color: #BD6869;
}
</style>
background-color css
<style>
a { background-color: #BD6869; }
a { background-color: rgb(189,104,105); }
div.DivClassName
{
background-color: #BD6869;
}
.BgClassName
{
background-color: #BD6869;
}
</style>
border-color css
<style>
span { border-color: #BD6869; }
span { border-color: rgb(189,104,105); }
td.TdClassName
{
border-color: #BD6869;
}
.TagClassName
{
border-color: #BD6869;
}
</style>