#8B505B

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

Shades of Cannon Pink #8B505B

Tints of Cannon Pink #8B505B

Color information

#8B505B (or 0x8B505B) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 5B. RGB value is (139,80,91). Sum of RGB (Red+Green+Blue) = 139+80+91=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B505B is #74AFA4. Grayscale: #626262. Windows color (decimal): -7647141 or 5984395. OLE color: 5984395.

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

Color convert

RGB1398091-
CMYK00.420.350.45
HSL348.81º26.94%42.94%-
HSV(B)348.81º42.45%54.51%-
XYZ15.411.9811.4-
YUV98.89123.55156.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=44.84%
G=25.81%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139809100.420.350.45348.8126.9442.94
Hex8B505B02A232D15d1b2b
Octal21312013305243555353353
Binary1000101110100001011011010101010001110110110101110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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