#BA838C

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

Shades of Puce #BA838C

Tints of Puce #BA838C

Color information

#BA838C (or 0xBA838C) is unknown color: approx Puce. HEX triplet: BA, 83 and 8C. RGB value is (186,131,140). Sum of RGB (Red+Green+Blue) = 186+131+140=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838C is #457C73. Grayscale: #949494. Windows color (decimal): -4553844 or 9208762. OLE color: 9208762.

HSL color Cylindrical-coordinate representation of color #BA838C: hue angle of 350.18º degrees, saturation: 0.28, 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 #BA838C is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB186131140-
CMYK00.300.250.27
HSL350.18º28.5%62.16%-
HSV(B)350.18º29.57%72.94%-
XYZ33.128.5728.58-
YUV148.47123.22154.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=40.70%
G=28.67%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613114000.300.250.27350.1828.562.16
HexBA838C01E191B15e1c3e
Octal27220321403631335363476
Binary101110101000001110001100011110110011101110101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA838C; }

 p { color: rgb(186,131,140); }

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

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

 a { background-color: rgb(186,131,140); }

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

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

 span { border-color: rgb(186,131,140); }

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