#8B484B

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

Shades of Solid Pink #8B484B

Tints of Solid Pink #8B484B

Color information

#8B484B (or 0x8B484B) is unknown color: approx Solid Pink. HEX triplet: 8B, 48 and 4B. RGB value is (139,72,75). Sum of RGB (Red+Green+Blue) = 139+72+75=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B484B is #74B7B4. Grayscale: #5C5C5C. Windows color (decimal): -7649205 or 4933771. OLE color: 4933771.

HSL color Cylindrical-coordinate representation of color #8B484B: hue angle of 357.31º 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 #8B484B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1397275-
CMYK00.480.460.45
HSL357.31º31.75%41.37%-
HSV(B)357.31º48.2%54.51%-
XYZ14.2310.637.96-
YUV92.37118.2161.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=48.60%
G=25.17%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139727500.480.460.45357.3131.7541.37
Hex8B484B0302E2D1652029
Octal21311011306056555454051
Binary10001011100100010010110110000101110101101101100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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