Shades of Turkish Rose #B5666E
Tints of Turkish Rose #B5666E
RGB
CMYK
RGB Variations
Color information
#B5666E (or 0xB5666E) is known color: Turkish Rose. HEX triplet: B5, 66 and 6E. RGB value is (181,102,110). Sum of RGB (Red+Green+Blue) = 181+102+110=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5666E is #4A9991. Grayscale: #7E7E7E. Windows color (decimal): -4888978 or 7235253. OLE color: 7235253.
HSL color Cylindrical-coordinate representation of color #B5666E: hue angle of 353.92º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5666E is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 110 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.29 |
| HSL | 353.92º | 0.35% | 0.55% | - |
| HSV(B) | 353.92º | 0.44% | 0.71% | - |
| XYZ | 26.62 | 20.45 | 17.3 | - |
| YUV | 126.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 110 | 0 | 0.44 | 0.39 | 0.29 | 353.92 | 0.35 | 0.55 |
| Hex | B5 | 66 | 6E | 0 | 2C | 27 | 1D | 162 | 23 | 37 |
| Octal | 265 | 146 | 156 | 0 | 54 | 47 | 35 | 542 | 43 | 67 |
| Binary | 10110101 | 1100110 | 1101110 | 0 | 101100 | 100111 | 11101 | 101100010 | 100011 | 110111 |
Color Harmonies of #B5666E
Complementary color
Monochromatic Colors of #B5666E
Black with #B5666E
Text Example
Text Example
White with #B5666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5666E; }
p { color: rgb(181,102,110); }
H1.HeaderClassName
{
color: #B5666E;
}
.AnyTagClassName
{
color: #B5666E;
}
</style>
background-color css
<style>
a { background-color: #B5666E; }
a { background-color: rgb(181,102,110); }
div.DivClassName
{
background-color: #B5666E;
}
.BgClassName
{
background-color: #B5666E;
}
</style>
border-color css
<style>
span { border-color: #B5666E; }
span { border-color: rgb(181,102,110); }
td.TdClassName
{
border-color: #B5666E;
}
.TagClassName
{
border-color: #B5666E;
}
</style>