Shades of Turkish Rose #BE676F
Tints of Turkish Rose #BE676F
RGB
CMYK
RGB Variations
Color information
#BE676F (or 0xBE676F) is known color: Turkish Rose. HEX triplet: BE, 67 and 6F. RGB value is (190,103,111). Sum of RGB (Red+Green+Blue) = 190+103+111=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE676F is #419890. Grayscale: #818181. Windows color (decimal): -4298897 or 7301054. OLE color: 7301054.
HSL color Cylindrical-coordinate representation of color #BE676F: hue angle of 354.48º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE676F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 111 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.25 |
| HSL | 354.48º | 0.4% | 0.57% | - |
| HSV(B) | 354.48º | 0.46% | 0.75% | - |
| XYZ | 28.95 | 21.8 | 17.72 | - |
| YUV | 129.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 111 | 0 | 0.46 | 0.42 | 0.25 | 354.48 | 0.4 | 0.57 |
| Hex | BE | 67 | 6F | 0 | 2E | 2A | 19 | 162 | 28 | 39 |
| Octal | 276 | 147 | 157 | 0 | 56 | 52 | 31 | 542 | 50 | 71 |
| Binary | 10111110 | 1100111 | 1101111 | 0 | 101110 | 101010 | 11001 | 101100010 | 101000 | 111001 |
Color Harmonies of #BE676F
Complementary color
Monochromatic Colors of #BE676F
Black with #BE676F
Text Example
Text Example
White with #BE676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE676F; }
p { color: rgb(190,103,111); }
H1.HeaderClassName
{
color: #BE676F;
}
.AnyTagClassName
{
color: #BE676F;
}
</style>
background-color css
<style>
a { background-color: #BE676F; }
a { background-color: rgb(190,103,111); }
div.DivClassName
{
background-color: #BE676F;
}
.BgClassName
{
background-color: #BE676F;
}
</style>
border-color css
<style>
span { border-color: #BE676F; }
span { border-color: rgb(190,103,111); }
td.TdClassName
{
border-color: #BE676F;
}
.TagClassName
{
border-color: #BE676F;
}
</style>