Shades of Turkish Rose #B0676C
Tints of Turkish Rose #B0676C
RGB
CMYK
RGB Variations
Color information
#B0676C (or 0xB0676C) is known color: Turkish Rose. HEX triplet: B0, 67 and 6C. RGB value is (176,103,108). Sum of RGB (Red+Green+Blue) = 176+103+108=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0676C is #4F9893. Grayscale: #7D7D7D. Windows color (decimal): -5216404 or 7104432. OLE color: 7104432.
HSL color Cylindrical-coordinate representation of color #B0676C: hue angle of 355.89º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0676C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 108 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.31 |
| HSL | 355.89º | 0.32% | 0.55% | - |
| HSV(B) | 355.89º | 0.41% | 0.69% | - |
| XYZ | 25.46 | 20.01 | 16.71 | - |
| YUV | 125.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 108 | 0 | 0.41 | 0.39 | 0.31 | 355.89 | 0.32 | 0.55 |
| Hex | B0 | 67 | 6C | 0 | 29 | 27 | 1F | 164 | 20 | 37 |
| Octal | 260 | 147 | 154 | 0 | 51 | 47 | 37 | 544 | 40 | 67 |
| Binary | 10110000 | 1100111 | 1101100 | 0 | 101001 | 100111 | 11111 | 101100100 | 100000 | 110111 |
Color Harmonies of #B0676C
Complementary color
Monochromatic Colors of #B0676C
Black with #B0676C
Text Example
Text Example
White with #B0676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0676C; }
p { color: rgb(176,103,108); }
H1.HeaderClassName
{
color: #B0676C;
}
.AnyTagClassName
{
color: #B0676C;
}
</style>
background-color css
<style>
a { background-color: #B0676C; }
a { background-color: rgb(176,103,108); }
div.DivClassName
{
background-color: #B0676C;
}
.BgClassName
{
background-color: #B0676C;
}
</style>
border-color css
<style>
span { border-color: #B0676C; }
span { border-color: rgb(176,103,108); }
td.TdClassName
{
border-color: #B0676C;
}
.TagClassName
{
border-color: #B0676C;
}
</style>