#BA9189

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

Shades of Oriental Pink #BA9189

Tints of Oriental Pink #BA9189

Color information

#BA9189 (or 0xBA9189) is unknown color: approx Oriental Pink. HEX triplet: BA, 91 and 89. RGB value is (186,145,137). Sum of RGB (Red+Green+Blue) = 186+145+137=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9189 is #456E76. Grayscale: #9C9C9C. Windows color (decimal): -4550263 or 9015738. OLE color: 9015738.

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

Color convert

RGB186145137-
CMYK00.220.260.27
HSL9.8º26.2%63.33%-
HSV(B)9.8º26.34%72.94%-
XYZ34.8932.528.1-
YUV156.35117.08149.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=39.74%
G=30.98%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614513700.220.260.279.826.263.33
HexBA91890161A1Ba1a3f
Octal2722212110263233123277
Binary1011101010010001100010010101101101011011101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9189; }

 p { color: rgb(186,145,137); }

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

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

 a { background-color: rgb(186,145,137); }

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

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

 span { border-color: rgb(186,145,137); }

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