Shades of Turkish Rose #B5646D
Tints of Turkish Rose #B5646D
RGB
CMYK
RGB Variations
Color information
#B5646D (or 0xB5646D) is known color: Turkish Rose. HEX triplet: B5, 64 and 6D. RGB value is (181,100,109). Sum of RGB (Red+Green+Blue) = 181+100+109=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5646D is #4A9B92. Grayscale: #7D7D7D. Windows color (decimal): -4889491 or 7169205. OLE color: 7169205.
HSL color Cylindrical-coordinate representation of color #B5646D: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5646D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 109 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.29 |
| HSL | 353.33º | 0.35% | 0.55% | - |
| HSV(B) | 353.33º | 0.45% | 0.71% | - |
| XYZ | 26.37 | 20.04 | 16.95 | - |
| YUV | 125.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 109 | 0 | 0.45 | 0.40 | 0.29 | 353.33 | 0.35 | 0.55 |
| Hex | B5 | 64 | 6D | 0 | 2D | 28 | 1D | 161 | 23 | 37 |
| Octal | 265 | 144 | 155 | 0 | 55 | 50 | 35 | 541 | 43 | 67 |
| Binary | 10110101 | 1100100 | 1101101 | 0 | 101101 | 101000 | 11101 | 101100001 | 100011 | 110111 |
Color Harmonies of #B5646D
Complementary color
Monochromatic Colors of #B5646D
Black with #B5646D
Text Example
Text Example
White with #B5646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5646D; }
p { color: rgb(181,100,109); }
H1.HeaderClassName
{
color: #B5646D;
}
.AnyTagClassName
{
color: #B5646D;
}
</style>
background-color css
<style>
a { background-color: #B5646D; }
a { background-color: rgb(181,100,109); }
div.DivClassName
{
background-color: #B5646D;
}
.BgClassName
{
background-color: #B5646D;
}
</style>
border-color css
<style>
span { border-color: #B5646D; }
span { border-color: rgb(181,100,109); }
td.TdClassName
{
border-color: #B5646D;
}
.TagClassName
{
border-color: #B5646D;
}
</style>