#BA8190

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

Shades of Puce #BA8190

Tints of Puce #BA8190

Color information

#BA8190 (or 0xBA8190) is unknown color: approx Puce. HEX triplet: BA, 81 and 90. RGB value is (186,129,144). Sum of RGB (Red+Green+Blue) = 186+129+144=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8190 is #457E6F. Grayscale: #939393. Windows color (decimal): -4554352 or 9470394. OLE color: 9470394.

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

Color convert

RGB186129144-
CMYK00.310.230.27
HSL344.21º29.23%61.76%-
HSV(B)344.21º30.65%72.94%-
XYZ33.1328.1530.07-
YUV147.75125.88155.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=40.52%
G=28.10%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612914400.310.230.27344.2129.2361.76
HexBA819001F171B1581d3e
Octal27220122003727335303576
Binary101110101000000110010000011111101111101110101100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8190; }

 p { color: rgb(186,129,144); }

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

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

 a { background-color: rgb(186,129,144); }

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

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

 span { border-color: rgb(186,129,144); }

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