#BA8093

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

Shades of Puce #BA8093

Tints of Puce #BA8093

Color information

#BA8093 (or 0xBA8093) is unknown color: approx Puce. HEX triplet: BA, 80 and 93. RGB value is (186,128,147). Sum of RGB (Red+Green+Blue) = 186+128+147=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8093 is #457F6C. Grayscale: #939393. Windows color (decimal): -4554605 or 9666746. OLE color: 9666746.

HSL color Cylindrical-coordinate representation of color #BA8093: hue angle of 340.34º 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 #BA8093 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB186128147-
CMYK00.310.210.27
HSL340.34º29.59%61.57%-
HSV(B)340.34º31.18%72.94%-
XYZ33.2427.9831.25-
YUV147.51127.72155.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=40.35%
G=27.77%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612814700.310.210.27340.3429.5961.57
HexBA809301F151B1541e3e
Octal27220022303725335243676
Binary101110101000000010010011011111101011101110101010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8093; }

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

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

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

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

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

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

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

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