Shades of Turkish Rose #B4636F
Tints of Turkish Rose #B4636F
RGB
CMYK
RGB Variations
Color information
#B4636F (or 0xB4636F) is known color: Turkish Rose. HEX triplet: B4, 63 and 6F. RGB value is (180,99,111). Sum of RGB (Red+Green+Blue) = 180+99+111=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4636F is #4B9C90. Grayscale: #7C7C7C. Windows color (decimal): -4955281 or 7300020. OLE color: 7300020.
HSL color Cylindrical-coordinate representation of color #B4636F: hue angle of 351.11º 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 #B4636F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 111 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.29 |
| HSL | 351.11º | 0.35% | 0.55% | - |
| HSV(B) | 351.11º | 0.45% | 0.71% | - |
| XYZ | 26.15 | 19.77 | 17.48 | - |
| YUV | 124.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 111 | 0 | 0.45 | 0.38 | 0.29 | 351.11 | 0.35 | 0.55 |
| Hex | B4 | 63 | 6F | 0 | 2D | 26 | 1D | 15F | 23 | 37 |
| Octal | 264 | 143 | 157 | 0 | 55 | 46 | 35 | 537 | 43 | 67 |
| Binary | 10110100 | 1100011 | 1101111 | 0 | 101101 | 100110 | 11101 | 101011111 | 100011 | 110111 |
Color Harmonies of #B4636F
Complementary color
Monochromatic Colors of #B4636F
Black with #B4636F
Text Example
Text Example
White with #B4636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4636F; }
p { color: rgb(180,99,111); }
H1.HeaderClassName
{
color: #B4636F;
}
.AnyTagClassName
{
color: #B4636F;
}
</style>
background-color css
<style>
a { background-color: #B4636F; }
a { background-color: rgb(180,99,111); }
div.DivClassName
{
background-color: #B4636F;
}
.BgClassName
{
background-color: #B4636F;
}
</style>
border-color css
<style>
span { border-color: #B4636F; }
span { border-color: rgb(180,99,111); }
td.TdClassName
{
border-color: #B4636F;
}
.TagClassName
{
border-color: #B4636F;
}
</style>