#8B505F

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

Shades of Cannon Pink #8B505F

Tints of Cannon Pink #8B505F

Color information

#8B505F (or 0x8B505F) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 5F. RGB value is (139,80,95). Sum of RGB (Red+Green+Blue) = 139+80+95=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B505F is #74AFA0. Grayscale: #636363. Windows color (decimal): -7647137 or 6246539. OLE color: 6246539.

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

Color convert

RGB1398095-
CMYK00.420.320.45
HSL344.75º26.94%42.94%-
HSV(B)344.75º42.45%54.51%-
XYZ15.5812.0512.33-
YUV99.35125.55156.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 80 (31.64% from 255) = 25.48%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=44.27%
G=25.48%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139809500.420.320.45344.7526.9442.94
Hex8B505F02A202D1591b2b
Octal21312013705240555313353
Binary1000101110100001011111010101010000010110110101100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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