Shades of Turkish Rose #BD6B71
Tints of Turkish Rose #BD6B71
RGB
CMYK
RGB Variations
Color information
#BD6B71 (or 0xBD6B71) is known color: Turkish Rose. HEX triplet: BD, 6B and 71. RGB value is (189,107,113). Sum of RGB (Red+Green+Blue) = 189+107+113=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B71 is #42948E. Grayscale: #848484. Windows color (decimal): -4363407 or 7433149. OLE color: 7433149.
HSL color Cylindrical-coordinate representation of color #BD6B71: hue angle of 355.61º 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 #BD6B71 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 107 | 113 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.26 |
| HSL | 355.61º | 0.38% | 0.58% | - |
| HSV(B) | 355.61º | 0.43% | 0.74% | - |
| XYZ | 29.22 | 22.53 | 18.43 | - |
| YUV | 132.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 113 | 0 | 0.43 | 0.40 | 0.26 | 355.61 | 0.38 | 0.58 |
| Hex | BD | 6B | 71 | 0 | 2B | 28 | 1A | 164 | 26 | 3A |
| Octal | 275 | 153 | 161 | 0 | 53 | 50 | 32 | 544 | 46 | 72 |
| Binary | 10111101 | 1101011 | 1110001 | 0 | 101011 | 101000 | 11010 | 101100100 | 100110 | 111010 |
Color Harmonies of #BD6B71
Complementary color
Monochromatic Colors of #BD6B71
Black with #BD6B71
Text Example
Text Example
White with #BD6B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6B71; }
p { color: rgb(189,107,113); }
H1.HeaderClassName
{
color: #BD6B71;
}
.AnyTagClassName
{
color: #BD6B71;
}
</style>
background-color css
<style>
a { background-color: #BD6B71; }
a { background-color: rgb(189,107,113); }
div.DivClassName
{
background-color: #BD6B71;
}
.BgClassName
{
background-color: #BD6B71;
}
</style>
border-color css
<style>
span { border-color: #BD6B71; }
span { border-color: rgb(189,107,113); }
td.TdClassName
{
border-color: #BD6B71;
}
.TagClassName
{
border-color: #BD6B71;
}
</style>