Shades of Turkish Rose #B0626A
Tints of Turkish Rose #B0626A
RGB
CMYK
RGB Variations
Color information
#B0626A (or 0xB0626A) is known color: Turkish Rose. HEX triplet: B0, 62 and 6A. RGB value is (176,98,106). Sum of RGB (Red+Green+Blue) = 176+98+106=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B0626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0626A is #4F9D95. Grayscale: #7A7A7A. Windows color (decimal): -5217686 or 6972080. OLE color: 6972080.
HSL color Cylindrical-coordinate representation of color #B0626A: hue angle of 353.85º 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 #B0626A is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 106 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.31 |
| HSL | 353.85º | 0.33% | 0.54% | - |
| HSV(B) | 353.85º | 0.44% | 0.69% | - |
| XYZ | 24.87 | 19.01 | 15.99 | - |
| YUV | 122.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 106 | 0 | 0.44 | 0.40 | 0.31 | 353.85 | 0.33 | 0.54 |
| Hex | B0 | 62 | 6A | 0 | 2C | 28 | 1F | 162 | 21 | 36 |
| Octal | 260 | 142 | 152 | 0 | 54 | 50 | 37 | 542 | 41 | 66 |
| Binary | 10110000 | 1100010 | 1101010 | 0 | 101100 | 101000 | 11111 | 101100010 | 100001 | 110110 |
Color Harmonies of #B0626A
Complementary color
Monochromatic Colors of #B0626A
Black with #B0626A
Text Example
Text Example
White with #B0626A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0626A; }
p { color: rgb(176,98,106); }
H1.HeaderClassName
{
color: #B0626A;
}
.AnyTagClassName
{
color: #B0626A;
}
</style>
background-color css
<style>
a { background-color: #B0626A; }
a { background-color: rgb(176,98,106); }
div.DivClassName
{
background-color: #B0626A;
}
.BgClassName
{
background-color: #B0626A;
}
</style>
border-color css
<style>
span { border-color: #B0626A; }
span { border-color: rgb(176,98,106); }
td.TdClassName
{
border-color: #B0626A;
}
.TagClassName
{
border-color: #B0626A;
}
</style>