Shades of Turkish Rose #BD6A73
Tints of Turkish Rose #BD6A73
RGB
CMYK
RGB Variations
Color information
#BD6A73 (or 0xBD6A73) is known color: Turkish Rose. HEX triplet: BD, 6A and 73. RGB value is (189,106,115). Sum of RGB (Red+Green+Blue) = 189+106+115=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A73 is #42958C. Grayscale: #838383. Windows color (decimal): -4363661 or 7563965. OLE color: 7563965.
HSL color Cylindrical-coordinate representation of color #BD6A73: hue angle of 353.49º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6A73 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 115 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.26 |
| HSL | 353.49º | 0.39% | 0.58% | - |
| HSV(B) | 353.49º | 0.44% | 0.74% | - |
| XYZ | 29.23 | 22.36 | 19 | - |
| YUV | 131.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 115 | 0 | 0.44 | 0.39 | 0.26 | 353.49 | 0.39 | 0.58 |
| Hex | BD | 6A | 73 | 0 | 2C | 27 | 1A | 161 | 27 | 3A |
| Octal | 275 | 152 | 163 | 0 | 54 | 47 | 32 | 541 | 47 | 72 |
| Binary | 10111101 | 1101010 | 1110011 | 0 | 101100 | 100111 | 11010 | 101100001 | 100111 | 111010 |
Color Harmonies of #BD6A73
Complementary color
Monochromatic Colors of #BD6A73
Black with #BD6A73
Text Example
Text Example
White with #BD6A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A73; }
p { color: rgb(189,106,115); }
H1.HeaderClassName
{
color: #BD6A73;
}
.AnyTagClassName
{
color: #BD6A73;
}
</style>
background-color css
<style>
a { background-color: #BD6A73; }
a { background-color: rgb(189,106,115); }
div.DivClassName
{
background-color: #BD6A73;
}
.BgClassName
{
background-color: #BD6A73;
}
</style>
border-color css
<style>
span { border-color: #BD6A73; }
span { border-color: rgb(189,106,115); }
td.TdClassName
{
border-color: #BD6A73;
}
.TagClassName
{
border-color: #BD6A73;
}
</style>