Shades of Turkish Rose #B0636D
Tints of Turkish Rose #B0636D
RGB
CMYK
RGB Variations
Color information
#B0636D (or 0xB0636D) is known color: Turkish Rose. HEX triplet: B0, 63 and 6D. RGB value is (176,99,109). Sum of RGB (Red+Green+Blue) = 176+99+109=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0636D is #4F9C92. Grayscale: #7B7B7B. Windows color (decimal): -5217427 or 7168944. OLE color: 7168944.
HSL color Cylindrical-coordinate representation of color #B0636D: hue angle of 352.21º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0636D is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 109 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.31 |
| HSL | 352.21º | 0.33% | 0.54% | - |
| HSV(B) | 352.21º | 0.44% | 0.69% | - |
| XYZ | 25.13 | 19.26 | 16.86 | - |
| YUV | 123.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 109 | 0 | 0.44 | 0.38 | 0.31 | 352.21 | 0.33 | 0.54 |
| Hex | B0 | 63 | 6D | 0 | 2C | 26 | 1F | 160 | 21 | 36 |
| Octal | 260 | 143 | 155 | 0 | 54 | 46 | 37 | 540 | 41 | 66 |
| Binary | 10110000 | 1100011 | 1101101 | 0 | 101100 | 100110 | 11111 | 101100000 | 100001 | 110110 |
Color Harmonies of #B0636D
Complementary color
Monochromatic Colors of #B0636D
Black with #B0636D
Text Example
Text Example
White with #B0636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0636D; }
p { color: rgb(176,99,109); }
H1.HeaderClassName
{
color: #B0636D;
}
.AnyTagClassName
{
color: #B0636D;
}
</style>
background-color css
<style>
a { background-color: #B0636D; }
a { background-color: rgb(176,99,109); }
div.DivClassName
{
background-color: #B0636D;
}
.BgClassName
{
background-color: #B0636D;
}
</style>
border-color css
<style>
span { border-color: #B0636D; }
span { border-color: rgb(176,99,109); }
td.TdClassName
{
border-color: #B0636D;
}
.TagClassName
{
border-color: #B0636D;
}
</style>