#8B5356

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

Shades of Solid Pink #8B5356

Tints of Solid Pink #8B5356

Color information

#8B5356 (or 0x8B5356) is unknown color: approx Solid Pink. HEX triplet: 8B, 53 and 56. RGB value is (139,83,86). Sum of RGB (Red+Green+Blue) = 139+83+86=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5356 is #74ACA9. Grayscale: #646464. Windows color (decimal): -7646378 or 5657483. OLE color: 5657483.

HSL color Cylindrical-coordinate representation of color #8B5356: hue angle of 356.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5356 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1398386-
CMYK00.400.380.45
HSL356.79º25.23%43.53%-
HSV(B)356.79º40.29%54.51%-
XYZ15.4212.3510.37-
YUV100.09120.05155.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=45.13%
G=26.95%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139838600.400.380.45356.7925.2343.53
Hex8B5356028262D165192c
Octal21312312605046555453154
Binary1000101110100111010110010100010011010110110110010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,86); }

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

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

 a { background-color: rgb(139,83,86); }

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

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

 span { border-color: rgb(139,83,86); }

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