#8B5254

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

Shades of Solid Pink #8B5254

Tints of Solid Pink #8B5254

Color information

#8B5254 (or 0x8B5254) is unknown color: approx Solid Pink. HEX triplet: 8B, 52 and 54. RGB value is (139,82,84). Sum of RGB (Red+Green+Blue) = 139+82+84=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5254 is #74ADAB. Grayscale: #636363. Windows color (decimal): -7646636 or 5526155. OLE color: 5526155.

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

Color convert

RGB1398284-
CMYK00.410.400.45
HSL357.89º25.79%43.33%-
HSV(B)357.89º41.01%54.51%-
XYZ15.2612.169.93-
YUV99.27119.38156.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 84 (33.20% from 255) = 27.54%
R=45.57%
G=26.89%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139828400.410.400.45357.8925.7943.33
Hex8B5254029282D1661a2b
Octal21312212405150555463253
Binary1000101110100101010100010100110100010110110110011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,84); }

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

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

 a { background-color: rgb(139,82,84); }

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

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

 span { border-color: rgb(139,82,84); }

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