Shades of Turkish Rose #BD6C6F
Tints of Turkish Rose #BD6C6F
RGB
CMYK
RGB Variations
Color information
#BD6C6F (or 0xBD6C6F) is known color: Turkish Rose. HEX triplet: BD, 6C and 6F. RGB value is (189,108,111). Sum of RGB (Red+Green+Blue) = 189+108+111=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C6F is #429390. Grayscale: #848484. Windows color (decimal): -4363153 or 7302333. OLE color: 7302333.
HSL color Cylindrical-coordinate representation of color #BD6C6F: hue angle of 357.78º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6C6F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 111 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.26 |
| HSL | 357.78º | 0.38% | 0.58% | - |
| HSV(B) | 357.78º | 0.43% | 0.74% | - |
| XYZ | 29.22 | 22.69 | 17.88 | - |
| YUV | 132.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 111 | 0 | 0.43 | 0.41 | 0.26 | 357.78 | 0.38 | 0.58 |
| Hex | BD | 6C | 6F | 0 | 2B | 29 | 1A | 166 | 26 | 3A |
| Octal | 275 | 154 | 157 | 0 | 53 | 51 | 32 | 546 | 46 | 72 |
| Binary | 10111101 | 1101100 | 1101111 | 0 | 101011 | 101001 | 11010 | 101100110 | 100110 | 111010 |
Color Harmonies of #BD6C6F
Complementary color
Monochromatic Colors of #BD6C6F
Black with #BD6C6F
Text Example
Text Example
White with #BD6C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C6F; }
p { color: rgb(189,108,111); }
H1.HeaderClassName
{
color: #BD6C6F;
}
.AnyTagClassName
{
color: #BD6C6F;
}
</style>
background-color css
<style>
a { background-color: #BD6C6F; }
a { background-color: rgb(189,108,111); }
div.DivClassName
{
background-color: #BD6C6F;
}
.BgClassName
{
background-color: #BD6C6F;
}
</style>
border-color css
<style>
span { border-color: #BD6C6F; }
span { border-color: rgb(189,108,111); }
td.TdClassName
{
border-color: #BD6C6F;
}
.TagClassName
{
border-color: #BD6C6F;
}
</style>