Shades of Turkish Rose #B5676D
Tints of Turkish Rose #B5676D
RGB
CMYK
RGB Variations
Color information
#B5676D (or 0xB5676D) is known color: Turkish Rose. HEX triplet: B5, 67 and 6D. RGB value is (181,103,109). Sum of RGB (Red+Green+Blue) = 181+103+109=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5676D is #4A9892. Grayscale: #7F7F7F. Windows color (decimal): -4888723 or 7169973. OLE color: 7169973.
HSL color Cylindrical-coordinate representation of color #B5676D: hue angle of 355.38º 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 #B5676D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 109 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.29 |
| HSL | 355.38º | 0.35% | 0.56% | - |
| HSV(B) | 355.38º | 0.43% | 0.71% | - |
| XYZ | 26.67 | 20.63 | 17.04 | - |
| YUV | 127.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 109 | 0 | 0.43 | 0.40 | 0.29 | 355.38 | 0.35 | 0.56 |
| Hex | B5 | 67 | 6D | 0 | 2B | 28 | 1D | 163 | 23 | 38 |
| Octal | 265 | 147 | 155 | 0 | 53 | 50 | 35 | 543 | 43 | 70 |
| Binary | 10110101 | 1100111 | 1101101 | 0 | 101011 | 101000 | 11101 | 101100011 | 100011 | 111000 |
Color Harmonies of #B5676D
Complementary color
Monochromatic Colors of #B5676D
Black with #B5676D
Text Example
Text Example
White with #B5676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5676D; }
p { color: rgb(181,103,109); }
H1.HeaderClassName
{
color: #B5676D;
}
.AnyTagClassName
{
color: #B5676D;
}
</style>
background-color css
<style>
a { background-color: #B5676D; }
a { background-color: rgb(181,103,109); }
div.DivClassName
{
background-color: #B5676D;
}
.BgClassName
{
background-color: #B5676D;
}
</style>
border-color css
<style>
span { border-color: #B5676D; }
span { border-color: rgb(181,103,109); }
td.TdClassName
{
border-color: #B5676D;
}
.TagClassName
{
border-color: #B5676D;
}
</style>