#BA868A

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

Shades of Puce #BA868A

Tints of Puce #BA868A

Color information

#BA868A (or 0xBA868A) is unknown color: approx Puce. HEX triplet: BA, 86 and 8A. RGB value is (186,134,138). Sum of RGB (Red+Green+Blue) = 186+134+138=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA868A is #457975. Grayscale: #969696. Windows color (decimal): -4553078 or 9078458. OLE color: 9078458.

HSL color Cylindrical-coordinate representation of color #BA868A: hue angle of 355.38º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA868A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB186134138-
CMYK00.280.260.27
HSL355.38º27.37%62.75%-
HSV(B)355.38º27.96%72.94%-
XYZ33.3629.3227.95-
YUV150121.23153.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 134 (52.73% from 255) = 29.26%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=40.61%
G=29.26%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613413800.280.260.27355.3827.3762.75
HexBA868A01C1A1B1631b3f
Octal27220621203432335433377
Binary101110101000011010001010011100110101101110110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA868A; }

 p { color: rgb(186,134,138); }

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

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

 a { background-color: rgb(186,134,138); }

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

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

 span { border-color: rgb(186,134,138); }

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