Html Css Color HEX #8B484C Solid Pink

📋 copy color: '#8B484C'

red 139 ◦ green 72 ◦ blue 76

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

Shades of Solid Pink #8B484C

Tints of Solid Pink #8B484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 48.43%
G = 25.09%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B484C (or 0x8B484C) is known color: Solid Pink. HEX triplet: 8B, 48 and 4C. RGB value is (139,72,76). Sum of RGB (Red+Green+Blue) = 139+72+76=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B484C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B484C is #74B7B3. Grayscale: #5C5C5C. Windows color (decimal): -7649204 or 4999307. OLE color: 4999307.

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

Color convert

RGB 139 72 76 -
CMYK 0 0.48 0.45 0.45
HSL 356.42º 0.32% 0.41% -
HSV(B) 356.42º 0.48% 0.55% -
XYZ 14.27 10.65 8.14 -
YUV 92.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 139 72 76 0 0.48 0.45 0.45 356.42 0.32 0.41
Hex 8B 48 4C 0 30 2D 2D 164 20 29
Octal 213 110 114 0 60 55 55 544 40 51
Binary 10001011 1001000 1001100 0 110000 101101 101101 101100100 100000 101001

Color Harmonies of #8B484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B484C

Black with #8B484C

Text Example


Text Example

White with #8B484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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