Shades of Turkish Rose #B5676F
Tints of Turkish Rose #B5676F
RGB
CMYK
RGB Variations
Color information
#B5676F (or 0xB5676F) is known color: Turkish Rose. HEX triplet: B5, 67 and 6F. RGB value is (181,103,111). Sum of RGB (Red+Green+Blue) = 181+103+111=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B5676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5676F is #4A9890. Grayscale: #7F7F7F. Windows color (decimal): -4888721 or 7301045. OLE color: 7301045.
HSL color Cylindrical-coordinate representation of color #B5676F: hue angle of 353.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5676F is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 111 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.29 |
| HSL | 353.85º | 0.35% | 0.56% | - |
| HSV(B) | 353.85º | 0.43% | 0.71% | - |
| XYZ | 26.78 | 20.67 | 17.62 | - |
| YUV | 127.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 111 | 0 | 0.43 | 0.39 | 0.29 | 353.85 | 0.35 | 0.56 |
| Hex | B5 | 67 | 6F | 0 | 2B | 27 | 1D | 162 | 23 | 38 |
| Octal | 265 | 147 | 157 | 0 | 53 | 47 | 35 | 542 | 43 | 70 |
| Binary | 10110101 | 1100111 | 1101111 | 0 | 101011 | 100111 | 11101 | 101100010 | 100011 | 111000 |
Color Harmonies of #B5676F
Complementary color
Monochromatic Colors of #B5676F
Black with #B5676F
Text Example
Text Example
White with #B5676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5676F; }
p { color: rgb(181,103,111); }
H1.HeaderClassName
{
color: #B5676F;
}
.AnyTagClassName
{
color: #B5676F;
}
</style>
background-color css
<style>
a { background-color: #B5676F; }
a { background-color: rgb(181,103,111); }
div.DivClassName
{
background-color: #B5676F;
}
.BgClassName
{
background-color: #B5676F;
}
</style>
border-color css
<style>
span { border-color: #B5676F; }
span { border-color: rgb(181,103,111); }
td.TdClassName
{
border-color: #B5676F;
}
.TagClassName
{
border-color: #B5676F;
}
</style>