Shades of Turkish Rose #B0626E
Tints of Turkish Rose #B0626E
RGB
CMYK
RGB Variations
Color information
#B0626E (or 0xB0626E) is known color: Turkish Rose. HEX triplet: B0, 62 and 6E. RGB value is (176,98,110). Sum of RGB (Red+Green+Blue) = 176+98+110=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0626E is #4F9D91. Grayscale: #7A7A7A. Windows color (decimal): -5217682 or 7234224. OLE color: 7234224.
HSL color Cylindrical-coordinate representation of color #B0626E: hue angle of 350.77º 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 #B0626E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 110 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.31 |
| HSL | 350.77º | 0.33% | 0.54% | - |
| HSV(B) | 350.77º | 0.44% | 0.69% | - |
| XYZ | 25.09 | 19.09 | 17.11 | - |
| YUV | 122.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 110 | 0 | 0.44 | 0.37 | 0.31 | 350.77 | 0.33 | 0.54 |
| Hex | B0 | 62 | 6E | 0 | 2C | 25 | 1F | 15F | 21 | 36 |
| Octal | 260 | 142 | 156 | 0 | 54 | 45 | 37 | 537 | 41 | 66 |
| Binary | 10110000 | 1100010 | 1101110 | 0 | 101100 | 100101 | 11111 | 101011111 | 100001 | 110110 |
Color Harmonies of #B0626E
Complementary color
Monochromatic Colors of #B0626E
Black with #B0626E
Text Example
Text Example
White with #B0626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0626E; }
p { color: rgb(176,98,110); }
H1.HeaderClassName
{
color: #B0626E;
}
.AnyTagClassName
{
color: #B0626E;
}
</style>
background-color css
<style>
a { background-color: #B0626E; }
a { background-color: rgb(176,98,110); }
div.DivClassName
{
background-color: #B0626E;
}
.BgClassName
{
background-color: #B0626E;
}
</style>
border-color css
<style>
span { border-color: #B0626E; }
span { border-color: rgb(176,98,110); }
td.TdClassName
{
border-color: #B0626E;
}
.TagClassName
{
border-color: #B0626E;
}
</style>