#BA8094

Color #BA8094 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #BA8094

Tints of Puce #BA8094

Color information

#BA8094 (or 0xBA8094) is unknown color: approx Puce. HEX triplet: BA, 80 and 94. RGB value is (186,128,148). Sum of RGB (Red+Green+Blue) = 186+128+148=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8094 is #457F6B. Grayscale: #939393. Windows color (decimal): -4554604 or 9732282. OLE color: 9732282.

HSL color Cylindrical-coordinate representation of color #BA8094: hue angle of 339.31º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8094 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186128148-
CMYK00.310.200.27
HSL339.31º29.59%61.57%-
HSV(B)339.31º31.18%72.94%-
XYZ33.3128.0231.67-
YUV147.62128.22155.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=40.26%
G=27.71%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612814800.310.200.27339.3129.5961.57
HexBA809401F141B1531e3e
Octal27220022403724335233676
Binary101110101000000010010100011111101001101110101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8094; }

 p { color: rgb(186,128,148); }

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

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

 a { background-color: rgb(186,128,148); }

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

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

 span { border-color: rgb(186,128,148); }

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