#8B555A

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

Shades of Solid Pink #8B555A

Tints of Solid Pink #8B555A

Color information

#8B555A (or 0x8B555A) is unknown color: approx Solid Pink. HEX triplet: 8B, 55 and 5A. RGB value is (139,85,90). Sum of RGB (Red+Green+Blue) = 139+85+90=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B555A is #74AAA5. Grayscale: #656565. Windows color (decimal): -7645862 or 5920139. OLE color: 5920139.

HSL color Cylindrical-coordinate representation of color #8B555A: hue angle of 354.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B555A is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1398590-
CMYK00.390.350.45
HSL354.44º24.11%43.92%-
HSV(B)354.44º38.85%54.51%-
XYZ15.7412.7211.3-
YUV101.72121.39154.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=44.27%
G=27.07%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139859000.390.350.45354.4424.1143.92
Hex8B555A027232D162182c
Octal21312513204743555423054
Binary1000101110101011011010010011110001110110110110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,90); }

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

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

 a { background-color: rgb(139,85,90); }

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

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

 span { border-color: rgb(139,85,90); }

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