#8B8182

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

Shades of Venus #8B8182

Tints of Venus #8B8182

Color information

#8B8182 (or 0x8B8182) is unknown color: approx Venus. HEX triplet: 8B, 81 and 82. RGB value is (139,129,130). Sum of RGB (Red+Green+Blue) = 139+129+130=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8182 is #747E7D. Grayscale: #848484. Windows color (decimal): -7634558 or 8552843. OLE color: 8552843.

HSL color Cylindrical-coordinate representation of color #8B8182: hue angle of 354º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8182 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB139129130-
CMYK00.070.060.45
HSL354º4.13%52.55%-
HSV(B)354º7.19%54.51%-
XYZ22.5322.824.33-
YUV132.1126.81132.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.92%
GREEN value IS 129 (50.78% from 255) = 32.41%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=34.92%
G=32.41%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912913000.070.060.453544.1352.55
Hex8B81820762D162435
Octal21320120207655542465
Binary1000101110000001100000100111110101101101100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8182; }

 p { color: rgb(139,129,130); }

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

<style>
 a { background-color: #8B8182; }

 a { background-color: rgb(139,129,130); }

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

<style>
 span { border-color: #8B8182; }

 span { border-color: rgb(139,129,130); }

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