#8B5B5C

Color #8B5B5C Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #8B5B5C

Tints of Solid Pink #8B5B5C

Color information

#8B5B5C (or 0x8B5B5C) is unknown color: approx Solid Pink. HEX triplet: 8B, 5B and 5C. RGB value is (139,91,92). Sum of RGB (Red+Green+Blue) = 139+91+92=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B5C is #74A4A3. Grayscale: #696969. Windows color (decimal): -7644324 or 6052747. OLE color: 6052747.

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

Color convert

RGB1399192-
CMYK00.350.340.45
HSL358.75º20.87%45.1%-
HSV(B)358.75º34.53%54.51%-
XYZ16.3213.7411.92-
YUV105.47120.4151.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 92 (36.33% from 255) = 28.57%
R=43.17%
G=28.26%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139919200.350.340.45358.7520.8745.1
Hex8B5B5C023222D167152d
Octal21313313404342555472555
Binary1000101110110111011100010001110001010110110110011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,91,92); }

 H1.HeaderClassName
 {
   color: #8B5B5C;
 }
 .AnyTagClassName
 {
   color: #8B5B5C;
 }
</style>
background-color css

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

 a { background-color: rgb(139,91,92); }

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

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

 span { border-color: rgb(139,91,92); }

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