Shades of Turkish Rose #B4636B
Tints of Turkish Rose #B4636B
RGB
CMYK
RGB Variations
Color information
#B4636B (or 0xB4636B) is known color: Turkish Rose. HEX triplet: B4, 63 and 6B. RGB value is (180,99,107). Sum of RGB (Red+Green+Blue) = 180+99+107=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4636B is #4B9C94. Grayscale: #7C7C7C. Windows color (decimal): -4955285 or 7037876. OLE color: 7037876.
HSL color Cylindrical-coordinate representation of color #B4636B: hue angle of 354.07º 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 #B4636B is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 107 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.29 |
| HSL | 354.07º | 0.35% | 0.55% | - |
| HSV(B) | 354.07º | 0.45% | 0.71% | - |
| XYZ | 25.94 | 19.69 | 16.34 | - |
| YUV | 124.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 107 | 0 | 0.45 | 0.41 | 0.29 | 354.07 | 0.35 | 0.55 |
| Hex | B4 | 63 | 6B | 0 | 2D | 29 | 1D | 162 | 23 | 37 |
| Octal | 264 | 143 | 153 | 0 | 55 | 51 | 35 | 542 | 43 | 67 |
| Binary | 10110100 | 1100011 | 1101011 | 0 | 101101 | 101001 | 11101 | 101100010 | 100011 | 110111 |
Color Harmonies of #B4636B
Complementary color
Monochromatic Colors of #B4636B
Black with #B4636B
Text Example
Text Example
White with #B4636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4636B; }
p { color: rgb(180,99,107); }
H1.HeaderClassName
{
color: #B4636B;
}
.AnyTagClassName
{
color: #B4636B;
}
</style>
background-color css
<style>
a { background-color: #B4636B; }
a { background-color: rgb(180,99,107); }
div.DivClassName
{
background-color: #B4636B;
}
.BgClassName
{
background-color: #B4636B;
}
</style>
border-color css
<style>
span { border-color: #B4636B; }
span { border-color: rgb(180,99,107); }
td.TdClassName
{
border-color: #B4636B;
}
.TagClassName
{
border-color: #B4636B;
}
</style>