Shades of Turkish Rose #B2646B
Tints of Turkish Rose #B2646B
RGB
CMYK
RGB Variations
Color information
#B2646B (or 0xB2646B) is known color: Turkish Rose. HEX triplet: B2, 64 and 6B. RGB value is (178,100,107). Sum of RGB (Red+Green+Blue) = 178+100+107=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2646B is #4D9B94. Grayscale: #7C7C7C. Windows color (decimal): -5086101 or 7038130. OLE color: 7038130.
HSL color Cylindrical-coordinate representation of color #B2646B: hue angle of 354.62º 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 #B2646B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 107 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.30 |
| HSL | 354.62º | 0.34% | 0.55% | - |
| HSV(B) | 354.62º | 0.44% | 0.7% | - |
| XYZ | 25.57 | 19.64 | 16.35 | - |
| YUV | 124.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 107 | 0 | 0.44 | 0.40 | 0.30 | 354.62 | 0.34 | 0.55 |
| Hex | B2 | 64 | 6B | 0 | 2C | 28 | 1E | 163 | 22 | 37 |
| Octal | 262 | 144 | 153 | 0 | 54 | 50 | 36 | 543 | 42 | 67 |
| Binary | 10110010 | 1100100 | 1101011 | 0 | 101100 | 101000 | 11110 | 101100011 | 100010 | 110111 |
Color Harmonies of #B2646B
Complementary color
Monochromatic Colors of #B2646B
Black with #B2646B
Text Example
Text Example
White with #B2646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2646B; }
p { color: rgb(178,100,107); }
H1.HeaderClassName
{
color: #B2646B;
}
.AnyTagClassName
{
color: #B2646B;
}
</style>
background-color css
<style>
a { background-color: #B2646B; }
a { background-color: rgb(178,100,107); }
div.DivClassName
{
background-color: #B2646B;
}
.BgClassName
{
background-color: #B2646B;
}
</style>
border-color css
<style>
span { border-color: #B2646B; }
span { border-color: rgb(178,100,107); }
td.TdClassName
{
border-color: #B2646B;
}
.TagClassName
{
border-color: #B2646B;
}
</style>