Shades of Turkish Rose #B0676D
Tints of Turkish Rose #B0676D
RGB
CMYK
RGB Variations
Color information
#B0676D (or 0xB0676D) is known color: Turkish Rose. HEX triplet: B0, 67 and 6D. RGB value is (176,103,109). Sum of RGB (Red+Green+Blue) = 176+103+109=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0676D is #4F9892. Grayscale: #7D7D7D. Windows color (decimal): -5216403 or 7169968. OLE color: 7169968.
HSL color Cylindrical-coordinate representation of color #B0676D: hue angle of 355.07º 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 #B0676D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 109 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.31 |
| HSL | 355.07º | 0.32% | 0.55% | - |
| HSV(B) | 355.07º | 0.41% | 0.69% | - |
| XYZ | 25.52 | 20.03 | 16.99 | - |
| YUV | 125.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 109 | 0 | 0.41 | 0.38 | 0.31 | 355.07 | 0.32 | 0.55 |
| Hex | B0 | 67 | 6D | 0 | 29 | 26 | 1F | 163 | 20 | 37 |
| Octal | 260 | 147 | 155 | 0 | 51 | 46 | 37 | 543 | 40 | 67 |
| Binary | 10110000 | 1100111 | 1101101 | 0 | 101001 | 100110 | 11111 | 101100011 | 100000 | 110111 |
Color Harmonies of #B0676D
Complementary color
Monochromatic Colors of #B0676D
Black with #B0676D
Text Example
Text Example
White with #B0676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0676D; }
p { color: rgb(176,103,109); }
H1.HeaderClassName
{
color: #B0676D;
}
.AnyTagClassName
{
color: #B0676D;
}
</style>
background-color css
<style>
a { background-color: #B0676D; }
a { background-color: rgb(176,103,109); }
div.DivClassName
{
background-color: #B0676D;
}
.BgClassName
{
background-color: #B0676D;
}
</style>
border-color css
<style>
span { border-color: #B0676D; }
span { border-color: rgb(176,103,109); }
td.TdClassName
{
border-color: #B0676D;
}
.TagClassName
{
border-color: #B0676D;
}
</style>