#BA8C87

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

Shades of Oriental Pink #BA8C87

Tints of Oriental Pink #BA8C87

Color information

#BA8C87 (or 0xBA8C87) is unknown color: approx Oriental Pink. HEX triplet: BA, 8C and 87. RGB value is (186,140,135). Sum of RGB (Red+Green+Blue) = 186+140+135=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8C87 is #457378. Grayscale: #999999. Windows color (decimal): -4551545 or 8883386. OLE color: 8883386.

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

Color convert

RGB186140135-
CMYK00.250.270.27
HSL5.88º26.98%62.94%-
HSV(B)5.88º27.42%72.94%-
XYZ3430.9427.1-
YUV153.18117.74151.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 135 (53.12% from 255) = 29.28%
R=40.35%
G=30.37%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614013500.250.270.275.8826.9862.94
HexBA8C870191B1B61b3f
Octal272214207031333363377
Binary101110101000110010000111011001110111101111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C87; }

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

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

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

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

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

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

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

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