Shades of Turkish Rose #BE6A6E
Tints of Turkish Rose #BE6A6E
RGB
CMYK
RGB Variations
Color information
#BE6A6E (or 0xBE6A6E) is known color: Turkish Rose. HEX triplet: BE, 6A and 6E. RGB value is (190,106,110). Sum of RGB (Red+Green+Blue) = 190+106+110=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A6E is #419591. Grayscale: #838383. Windows color (decimal): -4298130 or 7236286. OLE color: 7236286.
HSL color Cylindrical-coordinate representation of color #BE6A6E: hue angle of 357.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6A6E is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 106 | 110 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.25 |
| HSL | 357.14º | 0.39% | 0.58% | - |
| HSV(B) | 357.14º | 0.44% | 0.75% | - |
| XYZ | 29.2 | 22.38 | 17.53 | - |
| YUV | 131.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 110 | 0 | 0.44 | 0.42 | 0.25 | 357.14 | 0.39 | 0.58 |
| Hex | BE | 6A | 6E | 0 | 2C | 2A | 19 | 165 | 27 | 3A |
| Octal | 276 | 152 | 156 | 0 | 54 | 52 | 31 | 545 | 47 | 72 |
| Binary | 10111110 | 1101010 | 1101110 | 0 | 101100 | 101010 | 11001 | 101100101 | 100111 | 111010 |
Color Harmonies of #BE6A6E
Complementary color
Monochromatic Colors of #BE6A6E
Black with #BE6A6E
Text Example
Text Example
White with #BE6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6A6E; }
p { color: rgb(190,106,110); }
H1.HeaderClassName
{
color: #BE6A6E;
}
.AnyTagClassName
{
color: #BE6A6E;
}
</style>
background-color css
<style>
a { background-color: #BE6A6E; }
a { background-color: rgb(190,106,110); }
div.DivClassName
{
background-color: #BE6A6E;
}
.BgClassName
{
background-color: #BE6A6E;
}
</style>
border-color css
<style>
span { border-color: #BE6A6E; }
span { border-color: rgb(190,106,110); }
td.TdClassName
{
border-color: #BE6A6E;
}
.TagClassName
{
border-color: #BE6A6E;
}
</style>