#BA818F

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

Shades of Puce #BA818F

Tints of Puce #BA818F

Color information

#BA818F (or 0xBA818F) is unknown color: approx Puce. HEX triplet: BA, 81 and 8F. RGB value is (186,129,143). Sum of RGB (Red+Green+Blue) = 186+129+143=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA818F is #457E70. Grayscale: #939393. Windows color (decimal): -4554353 or 9404858. OLE color: 9404858.

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

Color convert

RGB186129143-
CMYK00.310.230.27
HSL345.26º29.23%61.76%-
HSV(B)345.26º30.65%72.94%-
XYZ33.0628.1229.67-
YUV147.64125.38155.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=40.61%
G=28.17%
B=31.22%

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
Decimal18612914300.310.230.27345.2629.2361.76
HexBA818F01F171B1591d3e
Octal27220121703727335313576
Binary101110101000000110001111011111101111101110101100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA818F; }

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

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

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

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

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

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

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

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