#9B7173

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

Shades of Turkish Rose #9B7173

Tints of Turkish Rose #9B7173

Color information

#9B7173 (or 0x9B7173) is unknown color: approx Turkish Rose. HEX triplet: 9B, 71 and 73. RGB value is (155,113,115). Sum of RGB (Red+Green+Blue) = 155+113+115=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7173 is #648E8C. Grayscale: #7D7D7D. Windows color (decimal): -6590093 or 7565723. OLE color: 7565723.

HSL color Cylindrical-coordinate representation of color #9B7173: hue angle of 357.14º 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 #9B7173 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB155113115-
CMYK00.270.260.39
HSL357.14º17.36%52.55%-
HSV(B)357.14º27.1%60.78%-
XYZ22.5220.0218.9-
YUV125.79121.91148.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.47%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=40.47%
G=29.50%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511311500.270.260.39357.1417.3652.55
Hex9B717301B1A271651135
Octal23316116303332475452165
Binary10011011111000111100110110111101010011110110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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