#8B484C

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

Shades of Solid Pink #8B484C

Tints of Solid Pink #8B484C

Color information

#8B484C (or 0x8B484C) is unknown color: approx Solid Pink. HEX triplet: 8B, 48 and 4C. RGB value is (139,72,76). Sum of RGB (Red+Green+Blue) = 139+72+76=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B484C is #74B7B3. Grayscale: #5C5C5C. Windows color (decimal): -7649204 or 4999307. OLE color: 4999307.

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

Color convert

RGB1397276-
CMYK00.480.450.45
HSL356.42º31.75%41.37%-
HSV(B)356.42º48.2%54.51%-
XYZ14.2710.658.14-
YUV92.49118.7161.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=48.43%
G=25.09%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139727600.480.450.45356.4231.7541.37
Hex8B484C0302D2D1642029
Octal21311011406055555444051
Binary10001011100100010011000110000101101101101101100100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,76); }

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

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

 a { background-color: rgb(139,72,76); }

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

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

 span { border-color: rgb(139,72,76); }

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