#9B8185

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

Shades of Venus #9B8185

Tints of Venus #9B8185

Color information

#9B8185 (or 0x9B8185) is unknown color: approx Venus. HEX triplet: 9B, 81 and 85. RGB value is (155,129,133). Sum of RGB (Red+Green+Blue) = 155+129+133=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8185 is #647E7A. Grayscale: #898989. Windows color (decimal): -6585979 or 8749467. OLE color: 8749467.

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

Color convert

RGB155129133-
CMYK00.170.140.39
HSL350.77º11.5%55.69%-
HSV(B)350.77º16.77%60.78%-
XYZ25.624.3625.54-
YUV137.23125.61140.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 129 (50.78% from 255) = 30.94%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=37.17%
G=30.94%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512913300.170.140.39350.7711.555.69
Hex9B8185011E2715fc38
Octal23320120502116475371470
Binary10011011100000011000010101000111101001111010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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