#BA8290

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

Shades of Puce #BA8290

Tints of Puce #BA8290

Color information

#BA8290 (or 0xBA8290) is unknown color: approx Puce. HEX triplet: BA, 82 and 90. RGB value is (186,130,144). Sum of RGB (Red+Green+Blue) = 186+130+144=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8290 is #457D6F. Grayscale: #949494. Windows color (decimal): -4554096 or 9470650. OLE color: 9470650.

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

Color convert

RGB186130144-
CMYK00.300.230.27
HSL345º28.87%61.96%-
HSV(B)345º30.11%72.94%-
XYZ33.2728.4230.12-
YUV148.34125.55154.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=40.43%
G=28.26%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613014400.300.230.2734528.8761.96
HexBA829001E171B1591d3e
Octal27220222003627335313576
Binary101110101000001010010000011110101111101110101100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8290; }

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

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

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

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

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

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

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

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