Shades of Turkish Rose #B5696B
Tints of Turkish Rose #B5696B
RGB
CMYK
RGB Variations
Color information
#B5696B (or 0xB5696B) is known color: Turkish Rose. HEX triplet: B5, 69 and 6B. RGB value is (181,105,107). Sum of RGB (Red+Green+Blue) = 181+105+107=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5696B is #4A9694. Grayscale: #808080. Windows color (decimal): -4888213 or 7039413. OLE color: 7039413.
HSL color Cylindrical-coordinate representation of color #B5696B: hue angle of 358.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5696B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 105 | 107 | - |
CMYK | 0 | 0.42 | 0.41 | 0.29 |
HSL | 358.42º | 0.34% | 0.56% | - |
HSV(B) | 358.42º | 0.42% | 0.71% | - |
XYZ | 26.76 | 20.99 | 16.55 | - |
YUV | 127.95 | 116.18 | 165.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 105 | 107 | 0 | 0.42 | 0.41 | 0.29 | 358.42 | 0.34 | 0.56 |
Hex | B5 | 69 | 6B | 0 | 2A | 29 | 1D | 166 | 22 | 38 |
Octal | 265 | 151 | 153 | 0 | 52 | 51 | 35 | 546 | 42 | 70 |
Binary | 10110101 | 1101001 | 1101011 | 0 | 101010 | 101001 | 11101 | 101100110 | 100010 | 111000 |
Color Harmonies of #B5696B
Complementary color
Monochromatic Colors of #B5696B
Black with #B5696B
Text Example
Text Example
White with #B5696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5696B; }
p { color: rgb(181,105,107); }
H1.HeaderClassName
{
color: #B5696B;
}
.AnyTagClassName
{
color: #B5696B;
}
</style>
background-color css
<style>
a { background-color: #B5696B; }
a { background-color: rgb(181,105,107); }
div.DivClassName
{
background-color: #B5696B;
}
.BgClassName
{
background-color: #B5696B;
}
</style>
border-color css
<style>
span { border-color: #B5696B; }
span { border-color: rgb(181,105,107); }
td.TdClassName
{
border-color: #B5696B;
}
.TagClassName
{
border-color: #B5696B;
}
</style>