Shades of Turkish Rose #B8696A
Tints of Turkish Rose #B8696A
RGB
CMYK
RGB Variations
Color information
#B8696A (or 0xB8696A) is known color: Turkish Rose. HEX triplet: B8, 69 and 6A. RGB value is (184,105,106). Sum of RGB (Red+Green+Blue) = 184+105+106=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8696A is #479695. Grayscale: #808080. Windows color (decimal): -4691606 or 6973880. OLE color: 6973880.
HSL color Cylindrical-coordinate representation of color #B8696A: hue angle of 359.24º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8696A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 106 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.28 |
| HSL | 359.24º | 0.36% | 0.57% | - |
| HSV(B) | 359.24º | 0.43% | 0.72% | - |
| XYZ | 27.42 | 21.33 | 16.31 | - |
| YUV | 128.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 106 | 0 | 0.43 | 0.42 | 0.28 | 359.24 | 0.36 | 0.57 |
| Hex | B8 | 69 | 6A | 0 | 2B | 2A | 1C | 167 | 24 | 39 |
| Octal | 270 | 151 | 152 | 0 | 53 | 52 | 34 | 547 | 44 | 71 |
| Binary | 10111000 | 1101001 | 1101010 | 0 | 101011 | 101010 | 11100 | 101100111 | 100100 | 111001 |
Color Harmonies of #B8696A
Complementary color
Monochromatic Colors of #B8696A
Black with #B8696A
Text Example
Text Example
White with #B8696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8696A; }
p { color: rgb(184,105,106); }
H1.HeaderClassName
{
color: #B8696A;
}
.AnyTagClassName
{
color: #B8696A;
}
</style>
background-color css
<style>
a { background-color: #B8696A; }
a { background-color: rgb(184,105,106); }
div.DivClassName
{
background-color: #B8696A;
}
.BgClassName
{
background-color: #B8696A;
}
</style>
border-color css
<style>
span { border-color: #B8696A; }
span { border-color: rgb(184,105,106); }
td.TdClassName
{
border-color: #B8696A;
}
.TagClassName
{
border-color: #B8696A;
}
</style>