Html Css Color HEX #8B494C Solid Pink

📋 copy color: '#8B494C'

red 139 ◦ green 73 ◦ blue 76

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

Shades of Solid Pink #8B494C

Tints of Solid Pink #8B494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 48.26%
G = 25.35%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B494C (or 0x8B494C) is known color: Solid Pink. HEX triplet: 8B, 49 and 4C. RGB value is (139,73,76). Sum of RGB (Red+Green+Blue) = 139+73+76=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B494C is #74B6B3. Grayscale: #5D5D5D. Windows color (decimal): -7648948 or 4999563. OLE color: 4999563.

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

Color convert

RGB 139 73 76 -
CMYK 0 0.47 0.45 0.45
HSL 357.27º 0.31% 0.42% -
HSV(B) 357.27º 0.47% 0.55% -
XYZ 14.33 10.78 8.16 -
YUV 93.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 139 73 76 0 0.47 0.45 0.45 357.27 0.31 0.42
Hex 8B 49 4C 0 2F 2D 2D 165 1F 2A
Octal 213 111 114 0 57 55 55 545 37 52
Binary 10001011 1001001 1001100 0 101111 101101 101101 101100101 11111 101010

Color Harmonies of #8B494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B494C

Black with #8B494C

Text Example


Text Example

White with #8B494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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