Shades of Turkish Rose #B9747A
Tints of Turkish Rose #B9747A
RGB
CMYK
RGB Variations
Color information
#B9747A (or 0xB9747A) is known color: Turkish Rose. HEX triplet: B9, 74 and 7A. RGB value is (185,116,122). Sum of RGB (Red+Green+Blue) = 185+116+122=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B9747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9747A is #468B85. Grayscale: #898989. Windows color (decimal): -4623238 or 8025273. OLE color: 8025273.
HSL color Cylindrical-coordinate representation of color #B9747A: hue angle of 354.78º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9747A is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 122 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.27 |
| HSL | 354.78º | 0.33% | 0.59% | - |
| HSV(B) | 354.78º | 0.37% | 0.73% | - |
| XYZ | 29.77 | 24.21 | 21.52 | - |
| YUV | 137.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 122 | 0 | 0.37 | 0.34 | 0.27 | 354.78 | 0.33 | 0.59 |
| Hex | B9 | 74 | 7A | 0 | 25 | 22 | 1B | 163 | 21 | 3B |
| Octal | 271 | 164 | 172 | 0 | 45 | 42 | 33 | 543 | 41 | 73 |
| Binary | 10111001 | 1110100 | 1111010 | 0 | 100101 | 100010 | 11011 | 101100011 | 100001 | 111011 |
Color Harmonies of #B9747A
Complementary color
Monochromatic Colors of #B9747A
Black with #B9747A
Text Example
Text Example
White with #B9747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9747A; }
p { color: rgb(185,116,122); }
H1.HeaderClassName
{
color: #B9747A;
}
.AnyTagClassName
{
color: #B9747A;
}
</style>
background-color css
<style>
a { background-color: #B9747A; }
a { background-color: rgb(185,116,122); }
div.DivClassName
{
background-color: #B9747A;
}
.BgClassName
{
background-color: #B9747A;
}
</style>
border-color css
<style>
span { border-color: #B9747A; }
span { border-color: rgb(185,116,122); }
td.TdClassName
{
border-color: #B9747A;
}
.TagClassName
{
border-color: #B9747A;
}
</style>