#9B7179

Color #9B7179 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9B7179

Tints of Turkish Rose #9B7179

Color information

#9B7179 (or 0x9B7179) is unknown color: approx Turkish Rose. HEX triplet: 9B, 71 and 79. RGB value is (155,113,121). Sum of RGB (Red+Green+Blue) = 155+113+121=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7179 is #648E86. Grayscale: #7E7E7E. Windows color (decimal): -6590087 or 7958939. OLE color: 7958939.

HSL color Cylindrical-coordinate representation of color #9B7179: hue angle of 348.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7179 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB155113121-
CMYK00.270.220.39
HSL348.57º17.36%52.55%-
HSV(B)348.57º27.1%60.78%-
XYZ22.8720.1620.77-
YUV126.47124.91148.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 39.85%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=39.85%
G=29.05%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511312100.270.220.39348.5717.3652.55
Hex9B717901B162715d1135
Octal23316117103326475352165
Binary10011011111000111110010110111011010011110101110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B7179; }

 p { color: rgb(155,113,121); }

 H1.HeaderClassName
 {
   color: #9B7179;
 }
 .AnyTagClassName
 {
   color: #9B7179;
 }
</style>
background-color css

<style>
 a { background-color: #9B7179; }

 a { background-color: rgb(155,113,121); }

 div.DivClassName
 {
   background-color: #9B7179;
 }
 .BgClassName
 {
   background-color: #9B7179;
 }
</style>
border-color css

<style>
 span { border-color: #9B7179; }

 span { border-color: rgb(155,113,121); }

 td.TdClassName
 {
   border-color: #9B7179;
 }
 .TagClassName
 {
   border-color: #9B7179;
 }
</style>