#9B848A

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

Shades of Venus #9B848A

Tints of Venus #9B848A

Color information

#9B848A (or 0x9B848A) is unknown color: approx Venus. HEX triplet: 9B, 84 and 8A. RGB value is (155,132,138). Sum of RGB (Red+Green+Blue) = 155+132+138=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B848A is #647B75. Grayscale: #8B8B8B. Windows color (decimal): -6585206 or 9077915. OLE color: 9077915.

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

Color convert

RGB155132138-
CMYK00.150.110.39
HSL344.35º10.31%56.27%-
HSV(B)344.35º14.84%60.78%-
XYZ26.3625.3127.54-
YUV139.56127.12139.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.47%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=36.47%
G=31.06%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513213800.150.110.39344.3510.3156.27
Hex9B848A0FB27158a38
Octal23320421201713475301270
Binary1001101110000100100010100111110111001111010110001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,132,138); }

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

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

 a { background-color: rgb(155,132,138); }

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

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

 span { border-color: rgb(155,132,138); }

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