#BA8884

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

Shades of Oriental Pink #BA8884

Tints of Oriental Pink #BA8884

Color information

#BA8884 (or 0xBA8884) is unknown color: approx Oriental Pink. HEX triplet: BA, 88 and 84. RGB value is (186,136,132). Sum of RGB (Red+Green+Blue) = 186+136+132=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8884 is #45777B. Grayscale: #969696. Windows color (decimal): -4552572 or 8685754. OLE color: 8685754.

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

Color convert

RGB186136132-
CMYK00.270.290.27
HSL4.44º28.13%62.35%-
HSV(B)4.44º29.03%72.94%-
XYZ33.2229.7125.81-
YUV150.49117.56153.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 132 (51.95% from 255) = 29.07%
R=40.97%
G=29.96%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613613200.270.290.274.4428.1362.35
HexBA888401B1D1B41c3e
Octal272210204033353343476
Binary101110101000100010000100011011111011101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8884; }

 p { color: rgb(186,136,132); }

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

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

 a { background-color: rgb(186,136,132); }

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

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

 span { border-color: rgb(186,136,132); }

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