#BA9088

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

Shades of Oriental Pink #BA9088

Tints of Oriental Pink #BA9088

Color information

#BA9088 (or 0xBA9088) is unknown color: approx Oriental Pink. HEX triplet: BA, 90 and 88. RGB value is (186,144,136). Sum of RGB (Red+Green+Blue) = 186+144+136=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9088 is #456F77. Grayscale: #9B9B9B. Windows color (decimal): -4550520 or 8949946. OLE color: 8949946.

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

Color convert

RGB186144136-
CMYK00.230.270.27
HSL9.6º26.6%63.14%-
HSV(B)9.6º26.88%72.94%-
XYZ34.6732.1627.67-
YUV155.65116.91149.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=39.91%
G=30.90%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614413600.230.270.279.626.663.14
HexBA90880171B1Ba1b3f
Octal2722202100273333123377
Binary1011101010010000100010000101111101111011101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9088; }

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

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

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

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

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

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

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

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