#9B8183

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

Shades of Turkish Rose #9B8183

Tints of Turkish Rose #9B8183

Color information

#9B8183 (or 0x9B8183) is unknown color: approx Turkish Rose. HEX triplet: 9B, 81 and 83. RGB value is (155,129,131). Sum of RGB (Red+Green+Blue) = 155+129+131=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8183 is #647E7C. Grayscale: #898989. Windows color (decimal): -6585981 or 8618395. OLE color: 8618395.

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

Color convert

RGB155129131-
CMYK00.170.150.39
HSL355.38º11.5%55.69%-
HSV(B)355.38º16.77%60.78%-
XYZ25.4624.3124.82-
YUV137124.61140.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.35%
GREEN value IS 129 (50.78% from 255) = 31.08%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=37.35%
G=31.08%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512913100.170.150.39355.3811.555.69
Hex9B8183011F27163c38
Octal23320120302117475431470
Binary10011011100000011000001101000111111001111011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,129,131); }

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

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

 a { background-color: rgb(155,129,131); }

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

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

 span { border-color: rgb(155,129,131); }

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