Html Css Color HEX #8B5557 Solid Pink

📋 copy color: '#8B5557'

red 139 ◦ green 85 ◦ blue 87

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

Shades of Solid Pink #8B5557

Tints of Solid Pink #8B5557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 44.69%
G = 27.33%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B5557 (or 0x8B5557) is known color: Solid Pink. HEX triplet: 8B, 55 and 57. RGB value is (139,85,87). Sum of RGB (Red+Green+Blue) = 139+85+87=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5557 is #74AAA8. Grayscale: #656565. Windows color (decimal): -7645865 or 5723531. OLE color: 5723531.

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

Color convert

RGB 139 85 87 -
CMYK 0 0.39 0.37 0.45
HSL 357.78º 0.24% 0.44% -
HSV(B) 357.78º 0.39% 0.55% -
XYZ 15.62 12.67 10.64 -
YUV 101.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 139 85 87 0 0.39 0.37 0.45 357.78 0.24 0.44
Hex 8B 55 57 0 27 25 2D 166 18 2C
Octal 213 125 127 0 47 45 55 546 30 54
Binary 10001011 1010101 1010111 0 100111 100101 101101 101100110 11000 101100

Color Harmonies of #8B5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5557

Black with #8B5557

Text Example


Text Example

White with #8B5557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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