Html Css Color HEX #8B555E Cannon Pink

📋 copy color: '#8B555E'

red 139 ◦ green 85 ◦ blue 94

#8B555E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8B555E

Tints of Cannon Pink #8B555E

RGB

 RED value IS 139 (54.69% from 255) = 43.71%

 GREEN value IS 85 (33.59% from 255) = 26.73%

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 43.71%
G = 26.73%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B555E (or 0x8B555E) is known color: Cannon Pink. HEX triplet: 8B, 55 and 5E. RGB value is (139,85,94). Sum of RGB (Red+Green+Blue) = 139+85+94=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B555E is #74AAA1. Grayscale: #666666. Windows color (decimal): -7645858 or 6182283. OLE color: 6182283.

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

Color convert

RGB 139 85 94 -
CMYK 0 0.39 0.32 0.45
HSL 350º 0.24% 0.44% -
HSV(B) 350º 0.39% 0.55% -
XYZ 15.92 12.79 12.22 -
YUV 102.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 139 85 94 0 0.39 0.32 0.45 350 0.24 0.44
Hex 8B 55 5E 0 27 20 2D 15E 18 2C
Octal 213 125 136 0 47 40 55 536 30 54
Binary 10001011 1010101 1011110 0 100111 100000 101101 101011110 11000 101100

Color Harmonies of #8B555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B555E

Black with #8B555E

Text Example


Text Example

White with #8B555E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B555E;
 }
 .AnyTagClassName
 {
   color: #8B555E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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