#8B474E

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

Shades of Solid Pink #8B474E

Tints of Solid Pink #8B474E

Color information

#8B474E (or 0x8B474E) is unknown color: approx Solid Pink. HEX triplet: 8B, 47 and 4E. RGB value is (139,71,78). Sum of RGB (Red+Green+Blue) = 139+71+78=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B474E is #74B8B1. Grayscale: #5C5C5C. Windows color (decimal): -7649458 or 5130123. OLE color: 5130123.

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

Color convert

RGB1397178-
CMYK00.490.440.45
HSL353.82º32.38%41.18%-
HSV(B)353.82º48.92%54.51%-
XYZ14.2810.558.49-
YUV92.13120.03161.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=48.26%
G=24.65%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139717800.490.440.45353.8232.3841.18
Hex8B474E0312C2D1622029
Octal21310711606154555424051
Binary10001011100011110011100110001101100101101101100010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,78); }

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

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

 a { background-color: rgb(139,71,78); }

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

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

 span { border-color: rgb(139,71,78); }

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