Shades of Turkish Rose #B3636F
Tints of Turkish Rose #B3636F
RGB
CMYK
RGB Variations
Color information
#B3636F (or 0xB3636F) is known color: Turkish Rose. HEX triplet: B3, 63 and 6F. RGB value is (179,99,111). Sum of RGB (Red+Green+Blue) = 179+99+111=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3636F is #4C9C90. Grayscale: #7C7C7C. Windows color (decimal): -5020817 or 7300019. OLE color: 7300019.
HSL color Cylindrical-coordinate representation of color #B3636F: hue angle of 351º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3636F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 111 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.30 |
| HSL | 351º | 0.34% | 0.55% | - |
| HSV(B) | 351º | 0.45% | 0.7% | - |
| XYZ | 25.92 | 19.66 | 17.47 | - |
| YUV | 124.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 111 | 0 | 0.45 | 0.38 | 0.30 | 351 | 0.34 | 0.55 |
| Hex | B3 | 63 | 6F | 0 | 2D | 26 | 1E | 15F | 22 | 37 |
| Octal | 263 | 143 | 157 | 0 | 55 | 46 | 36 | 537 | 42 | 67 |
| Binary | 10110011 | 1100011 | 1101111 | 0 | 101101 | 100110 | 11110 | 101011111 | 100010 | 110111 |
Color Harmonies of #B3636F
Complementary color
Monochromatic Colors of #B3636F
Black with #B3636F
Text Example
Text Example
White with #B3636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3636F; }
p { color: rgb(179,99,111); }
H1.HeaderClassName
{
color: #B3636F;
}
.AnyTagClassName
{
color: #B3636F;
}
</style>
background-color css
<style>
a { background-color: #B3636F; }
a { background-color: rgb(179,99,111); }
div.DivClassName
{
background-color: #B3636F;
}
.BgClassName
{
background-color: #B3636F;
}
</style>
border-color css
<style>
span { border-color: #B3636F; }
span { border-color: rgb(179,99,111); }
td.TdClassName
{
border-color: #B3636F;
}
.TagClassName
{
border-color: #B3636F;
}
</style>