Shades of Turkish Rose #B5676E
Tints of Turkish Rose #B5676E
RGB
CMYK
RGB Variations
Color information
#B5676E (or 0xB5676E) is known color: Turkish Rose. HEX triplet: B5, 67 and 6E. RGB value is (181,103,110). Sum of RGB (Red+Green+Blue) = 181+103+110=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5676E is #4A9891. Grayscale: #7F7F7F. Windows color (decimal): -4888722 or 7235509. OLE color: 7235509.
HSL color Cylindrical-coordinate representation of color #B5676E: hue angle of 354.62º 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 #B5676E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 110 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.29 |
| HSL | 354.62º | 0.35% | 0.56% | - |
| HSV(B) | 354.62º | 0.43% | 0.71% | - |
| XYZ | 26.72 | 20.65 | 17.33 | - |
| YUV | 127.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 110 | 0 | 0.43 | 0.39 | 0.29 | 354.62 | 0.35 | 0.56 |
| Hex | B5 | 67 | 6E | 0 | 2B | 27 | 1D | 163 | 23 | 38 |
| Octal | 265 | 147 | 156 | 0 | 53 | 47 | 35 | 543 | 43 | 70 |
| Binary | 10110101 | 1100111 | 1101110 | 0 | 101011 | 100111 | 11101 | 101100011 | 100011 | 111000 |
Color Harmonies of #B5676E
Complementary color
Monochromatic Colors of #B5676E
Black with #B5676E
Text Example
Text Example
White with #B5676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5676E; }
p { color: rgb(181,103,110); }
H1.HeaderClassName
{
color: #B5676E;
}
.AnyTagClassName
{
color: #B5676E;
}
</style>
background-color css
<style>
a { background-color: #B5676E; }
a { background-color: rgb(181,103,110); }
div.DivClassName
{
background-color: #B5676E;
}
.BgClassName
{
background-color: #B5676E;
}
</style>
border-color css
<style>
span { border-color: #B5676E; }
span { border-color: rgb(181,103,110); }
td.TdClassName
{
border-color: #B5676E;
}
.TagClassName
{
border-color: #B5676E;
}
</style>