#8B5456

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

Shades of Solid Pink #8B5456

Tints of Solid Pink #8B5456

Color information

#8B5456 (or 0x8B5456) is unknown color: approx Solid Pink. HEX triplet: 8B, 54 and 56. RGB value is (139,84,86). Sum of RGB (Red+Green+Blue) = 139+84+86=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5456 is #74ABA9. Grayscale: #646464. Windows color (decimal): -7646122 or 5657739. OLE color: 5657739.

HSL color Cylindrical-coordinate representation of color #8B5456: hue angle of 357.82º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5456 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1398486-
CMYK00.400.380.45
HSL357.82º24.66%43.73%-
HSV(B)357.82º39.57%54.51%-
XYZ15.512.510.4-
YUV100.67119.72155.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=44.98%
G=27.18%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139848600.400.380.45357.8224.6643.73
Hex8B5456028262D166192c
Octal21312412605046555463154
Binary1000101110101001010110010100010011010110110110011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,84,86); }

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

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

 a { background-color: rgb(139,84,86); }

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

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

 span { border-color: rgb(139,84,86); }

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