#8B5156

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

Shades of Solid Pink #8B5156

Tints of Solid Pink #8B5156

Color information

#8B5156 (or 0x8B5156) is unknown color: approx Solid Pink. HEX triplet: 8B, 51 and 56. RGB value is (139,81,86). Sum of RGB (Red+Green+Blue) = 139+81+86=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5156 is #74AEA9. Grayscale: #626262. Windows color (decimal): -7646890 or 5656971. OLE color: 5656971.

HSL color Cylindrical-coordinate representation of color #8B5156: hue angle of 354.83º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5156 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1398186-
CMYK00.420.380.45
HSL354.83º26.36%43.14%-
HSV(B)354.83º41.73%54.51%-
XYZ15.2712.0510.32-
YUV98.91120.72156.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=45.42%
G=26.47%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139818600.420.380.45354.8326.3643.14
Hex8B515602A262D1631a2b
Octal21312112605246555433253
Binary1000101110100011010110010101010011010110110110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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