#8B495E

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

Shades of Cannon Pink #8B495E

Tints of Cannon Pink #8B495E

Color information

#8B495E (or 0x8B495E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 49 and 5E. RGB value is (139,73,94). Sum of RGB (Red+Green+Blue) = 139+73+94=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B495E is #74B6A1. Grayscale: #5F5F5F. Windows color (decimal): -7648930 or 6179211. OLE color: 6179211.

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

Color convert

RGB1397394-
CMYK00.470.320.45
HSL340.91º31.13%41.57%-
HSV(B)340.91º47.48%54.51%-
XYZ15.0511.0611.93-
YUV95.13127.37159.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 94 (37.11% from 255) = 30.72%
R=45.42%
G=23.86%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139739400.470.320.45340.9131.1341.57
Hex8B495E02F202D1551f2a
Octal21311113605740555253752
Binary1000101110010011011110010111110000010110110101010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,94); }

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

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

 a { background-color: rgb(139,73,94); }

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

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

 span { border-color: rgb(139,73,94); }

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