Shades of Turkish Rose #B2696B
Tints of Turkish Rose #B2696B
RGB
CMYK
RGB Variations
Color information
#B2696B (or 0xB2696B) is known color: Turkish Rose. HEX triplet: B2, 69 and 6B. RGB value is (178,105,107). Sum of RGB (Red+Green+Blue) = 178+105+107=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2696B is #4D9694. Grayscale: #7F7F7F. Windows color (decimal): -5084821 or 7039410. OLE color: 7039410.
HSL color Cylindrical-coordinate representation of color #B2696B: hue angle of 358.36º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2696B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 105 | 107 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.30 |
| HSL | 358.36º | 0.32% | 0.55% | - |
| HSV(B) | 358.36º | 0.41% | 0.7% | - |
| XYZ | 26.07 | 20.63 | 16.52 | - |
| YUV | 127.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 107 | 0 | 0.41 | 0.40 | 0.30 | 358.36 | 0.32 | 0.55 |
| Hex | B2 | 69 | 6B | 0 | 29 | 28 | 1E | 166 | 20 | 37 |
| Octal | 262 | 151 | 153 | 0 | 51 | 50 | 36 | 546 | 40 | 67 |
| Binary | 10110010 | 1101001 | 1101011 | 0 | 101001 | 101000 | 11110 | 101100110 | 100000 | 110111 |
Color Harmonies of #B2696B
Complementary color
Monochromatic Colors of #B2696B
Black with #B2696B
Text Example
Text Example
White with #B2696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2696B; }
p { color: rgb(178,105,107); }
H1.HeaderClassName
{
color: #B2696B;
}
.AnyTagClassName
{
color: #B2696B;
}
</style>
background-color css
<style>
a { background-color: #B2696B; }
a { background-color: rgb(178,105,107); }
div.DivClassName
{
background-color: #B2696B;
}
.BgClassName
{
background-color: #B2696B;
}
</style>
border-color css
<style>
span { border-color: #B2696B; }
span { border-color: rgb(178,105,107); }
td.TdClassName
{
border-color: #B2696B;
}
.TagClassName
{
border-color: #B2696B;
}
</style>