Html Css Color HEX #8B505E Cannon Pink

📋 copy color: '#8B505E'

red 139 ◦ green 80 ◦ blue 94

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

Shades of Cannon Pink #8B505E

Tints of Cannon Pink #8B505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 44.41%
G = 25.56%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B505E (or 0x8B505E) is known color: Cannon Pink. HEX triplet: 8B, 50 and 5E. RGB value is (139,80,94). Sum of RGB (Red+Green+Blue) = 139+80+94=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B505E is #74AFA1. Grayscale: #636363. Windows color (decimal): -7647138 or 6181003. OLE color: 6181003.

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

Color convert

RGB 139 80 94 -
CMYK 0 0.42 0.32 0.45
HSL 345.76º 0.27% 0.43% -
HSV(B) 345.76º 0.42% 0.55% -
XYZ 15.54 12.03 12.09 -
YUV 99.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 139 80 94 0 0.42 0.32 0.45 345.76 0.27 0.43
Hex 8B 50 5E 0 2A 20 2D 15A 1B 2B
Octal 213 120 136 0 52 40 55 532 33 53
Binary 10001011 1010000 1011110 0 101010 100000 101101 101011010 11011 101011

Color Harmonies of #8B505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B505E

Black with #8B505E

Text Example


Text Example

White with #8B505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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