Shades of Turkish Rose #9B8284
Tints of Turkish Rose #9B8284
RGB
CMYK
RGB Variations
Color information
#9B8284 (or 0x9B8284) is known color: Turkish Rose. HEX triplet: 9B, 82 and 84. RGB value is (155,130,132). Sum of RGB (Red+Green+Blue) = 155+130+132=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8284 is #647D7B. Grayscale: #898989. Windows color (decimal): -6585724 or 8684187. OLE color: 8684187.
HSL color Cylindrical-coordinate representation of color #9B8284: hue angle of 355.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B8284 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 132 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.39 |
| HSL | 355.2º | 0.11% | 0.56% | - |
| HSV(B) | 355.2º | 0.16% | 0.61% | - |
| XYZ | 25.67 | 24.6 | 25.23 | - |
| YUV | 137.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 132 | 0 | 0.16 | 0.15 | 0.39 | 355.2 | 0.11 | 0.56 |
| Hex | 9B | 82 | 84 | 0 | 10 | F | 27 | 163 | B | 38 |
| Octal | 233 | 202 | 204 | 0 | 20 | 17 | 47 | 543 | 13 | 70 |
| Binary | 10011011 | 10000010 | 10000100 | 0 | 10000 | 1111 | 100111 | 101100011 | 1011 | 111000 |
Color Harmonies of #9B8284
Complementary color
Monochromatic Colors of #9B8284
Black with #9B8284
Text Example
Text Example
White with #9B8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8284; }
p { color: rgb(155,130,132); }
H1.HeaderClassName
{
color: #9B8284;
}
.AnyTagClassName
{
color: #9B8284;
}
</style>
background-color css
<style>
a { background-color: #9B8284; }
a { background-color: rgb(155,130,132); }
div.DivClassName
{
background-color: #9B8284;
}
.BgClassName
{
background-color: #9B8284;
}
</style>
border-color css
<style>
span { border-color: #9B8284; }
span { border-color: rgb(155,130,132); }
td.TdClassName
{
border-color: #9B8284;
}
.TagClassName
{
border-color: #9B8284;
}
</style>