Shades of Turkish Rose #BD6A72
Tints of Turkish Rose #BD6A72
RGB
CMYK
RGB Variations
Color information
#BD6A72 (or 0xBD6A72) is known color: Turkish Rose. HEX triplet: BD, 6A and 72. RGB value is (189,106,114). Sum of RGB (Red+Green+Blue) = 189+106+114=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A72 is #42958D. Grayscale: #838383. Windows color (decimal): -4363662 or 7498429. OLE color: 7498429.
HSL color Cylindrical-coordinate representation of color #BD6A72: hue angle of 354.22º 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 #BD6A72 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 114 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.26 |
| HSL | 354.22º | 0.39% | 0.58% | - |
| HSV(B) | 354.22º | 0.44% | 0.74% | - |
| XYZ | 29.18 | 22.34 | 18.69 | - |
| YUV | 131.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 114 | 0 | 0.44 | 0.40 | 0.26 | 354.22 | 0.39 | 0.58 |
| Hex | BD | 6A | 72 | 0 | 2C | 28 | 1A | 162 | 27 | 3A |
| Octal | 275 | 152 | 162 | 0 | 54 | 50 | 32 | 542 | 47 | 72 |
| Binary | 10111101 | 1101010 | 1110010 | 0 | 101100 | 101000 | 11010 | 101100010 | 100111 | 111010 |
Color Harmonies of #BD6A72
Complementary color
Monochromatic Colors of #BD6A72
Black with #BD6A72
Text Example
Text Example
White with #BD6A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A72; }
p { color: rgb(189,106,114); }
H1.HeaderClassName
{
color: #BD6A72;
}
.AnyTagClassName
{
color: #BD6A72;
}
</style>
background-color css
<style>
a { background-color: #BD6A72; }
a { background-color: rgb(189,106,114); }
div.DivClassName
{
background-color: #BD6A72;
}
.BgClassName
{
background-color: #BD6A72;
}
</style>
border-color css
<style>
span { border-color: #BD6A72; }
span { border-color: rgb(189,106,114); }
td.TdClassName
{
border-color: #BD6A72;
}
.TagClassName
{
border-color: #BD6A72;
}
</style>