Shades of Turkish Rose #B0676B
Tints of Turkish Rose #B0676B
RGB
CMYK
RGB Variations
Color information
#B0676B (or 0xB0676B) is known color: Turkish Rose. HEX triplet: B0, 67 and 6B. RGB value is (176,103,107). Sum of RGB (Red+Green+Blue) = 176+103+107=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0676B is #4F9894. Grayscale: #7D7D7D. Windows color (decimal): -5216405 or 7038896. OLE color: 7038896.
HSL color Cylindrical-coordinate representation of color #B0676B: hue angle of 356.71º 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 #B0676B is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 107 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.31 |
| HSL | 356.71º | 0.32% | 0.55% | - |
| HSV(B) | 356.71º | 0.41% | 0.69% | - |
| XYZ | 25.41 | 19.99 | 16.43 | - |
| YUV | 125.28 | 117.68 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 107 | 0 | 0.41 | 0.39 | 0.31 | 356.71 | 0.32 | 0.55 |
| Hex | B0 | 67 | 6B | 0 | 29 | 27 | 1F | 165 | 20 | 37 |
| Octal | 260 | 147 | 153 | 0 | 51 | 47 | 37 | 545 | 40 | 67 |
| Binary | 10110000 | 1100111 | 1101011 | 0 | 101001 | 100111 | 11111 | 101100101 | 100000 | 110111 |
Color Harmonies of #B0676B
Complementary color
Monochromatic Colors of #B0676B
Black with #B0676B
Text Example
Text Example
White with #B0676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0676B; }
p { color: rgb(176,103,107); }
H1.HeaderClassName
{
color: #B0676B;
}
.AnyTagClassName
{
color: #B0676B;
}
</style>
background-color css
<style>
a { background-color: #B0676B; }
a { background-color: rgb(176,103,107); }
div.DivClassName
{
background-color: #B0676B;
}
.BgClassName
{
background-color: #B0676B;
}
</style>
border-color css
<style>
span { border-color: #B0676B; }
span { border-color: rgb(176,103,107); }
td.TdClassName
{
border-color: #B0676B;
}
.TagClassName
{
border-color: #B0676B;
}
</style>