#8B5056

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

Shades of Solid Pink #8B5056

Tints of Solid Pink #8B5056

Color information

#8B5056 (or 0x8B5056) is unknown color: approx Solid Pink. HEX triplet: 8B, 50 and 56. RGB value is (139,80,86). Sum of RGB (Red+Green+Blue) = 139+80+86=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5056 is #74AFA9. Grayscale: #626262. Windows color (decimal): -7647146 or 5656715. OLE color: 5656715.

HSL color Cylindrical-coordinate representation of color #8B5056: hue angle of 353.9º degrees, saturation: 0.27, 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 #8B5056 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1398086-
CMYK00.420.380.45
HSL353.9º26.94%42.94%-
HSV(B)353.9º42.45%54.51%-
XYZ15.211.910.3-
YUV98.32121.05157.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=45.57%
G=26.23%
B=28.20%

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
Decimal139808600.420.380.45353.926.9442.94
Hex8B505602A262D1621b2b
Octal21312012605246555423353
Binary1000101110100001010110010101010011010110110110001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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