Shades of Turkish Rose #B2646D
Tints of Turkish Rose #B2646D
RGB
CMYK
RGB Variations
Color information
#B2646D (or 0xB2646D) is known color: Turkish Rose. HEX triplet: B2, 64 and 6D. RGB value is (178,100,109). Sum of RGB (Red+Green+Blue) = 178+100+109=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2646D is #4D9B92. Grayscale: #7C7C7C. Windows color (decimal): -5086099 or 7169202. OLE color: 7169202.
HSL color Cylindrical-coordinate representation of color #B2646D: hue angle of 353.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2646D is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 109 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.30 |
| HSL | 353.08º | 0.34% | 0.55% | - |
| HSV(B) | 353.08º | 0.44% | 0.7% | - |
| XYZ | 25.68 | 19.68 | 16.91 | - |
| YUV | 124.35 | 119.34 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 109 | 0 | 0.44 | 0.39 | 0.30 | 353.08 | 0.34 | 0.55 |
| Hex | B2 | 64 | 6D | 0 | 2C | 27 | 1E | 161 | 22 | 37 |
| Octal | 262 | 144 | 155 | 0 | 54 | 47 | 36 | 541 | 42 | 67 |
| Binary | 10110010 | 1100100 | 1101101 | 0 | 101100 | 100111 | 11110 | 101100001 | 100010 | 110111 |
Color Harmonies of #B2646D
Complementary color
Monochromatic Colors of #B2646D
Black with #B2646D
Text Example
Text Example
White with #B2646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2646D; }
p { color: rgb(178,100,109); }
H1.HeaderClassName
{
color: #B2646D;
}
.AnyTagClassName
{
color: #B2646D;
}
</style>
background-color css
<style>
a { background-color: #B2646D; }
a { background-color: rgb(178,100,109); }
div.DivClassName
{
background-color: #B2646D;
}
.BgClassName
{
background-color: #B2646D;
}
</style>
border-color css
<style>
span { border-color: #B2646D; }
span { border-color: rgb(178,100,109); }
td.TdClassName
{
border-color: #B2646D;
}
.TagClassName
{
border-color: #B2646D;
}
</style>