Shades of Turkish Rose #BD6A6B
Tints of Turkish Rose #BD6A6B
RGB
CMYK
RGB Variations
Color information
#BD6A6B (or 0xBD6A6B) is known color: Turkish Rose. HEX triplet: BD, 6A and 6B. RGB value is (189,106,107). Sum of RGB (Red+Green+Blue) = 189+106+107=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A6B is #429594. Grayscale: #838383. Windows color (decimal): -4363669 or 7039677. OLE color: 7039677.
HSL color Cylindrical-coordinate representation of color #BD6A6B: hue angle of 359.28º 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 #BD6A6B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 107 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.26 |
| HSL | 359.28º | 0.39% | 0.58% | - |
| HSV(B) | 359.28º | 0.44% | 0.74% | - |
| XYZ | 28.79 | 22.19 | 16.68 | - |
| YUV | 130.93 | 114.5 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 107 | 0 | 0.44 | 0.43 | 0.26 | 359.28 | 0.39 | 0.58 |
| Hex | BD | 6A | 6B | 0 | 2C | 2B | 1A | 167 | 27 | 3A |
| Octal | 275 | 152 | 153 | 0 | 54 | 53 | 32 | 547 | 47 | 72 |
| Binary | 10111101 | 1101010 | 1101011 | 0 | 101100 | 101011 | 11010 | 101100111 | 100111 | 111010 |
Color Harmonies of #BD6A6B
Complementary color
Monochromatic Colors of #BD6A6B
Black with #BD6A6B
Text Example
Text Example
White with #BD6A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A6B; }
p { color: rgb(189,106,107); }
H1.HeaderClassName
{
color: #BD6A6B;
}
.AnyTagClassName
{
color: #BD6A6B;
}
</style>
background-color css
<style>
a { background-color: #BD6A6B; }
a { background-color: rgb(189,106,107); }
div.DivClassName
{
background-color: #BD6A6B;
}
.BgClassName
{
background-color: #BD6A6B;
}
</style>
border-color css
<style>
span { border-color: #BD6A6B; }
span { border-color: rgb(189,106,107); }
td.TdClassName
{
border-color: #BD6A6B;
}
.TagClassName
{
border-color: #BD6A6B;
}
</style>