#BA9087

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

Shades of Oriental Pink #BA9087

Tints of Oriental Pink #BA9087

Color information

#BA9087 (or 0xBA9087) is unknown color: approx Oriental Pink. HEX triplet: BA, 90 and 87. RGB value is (186,144,135). Sum of RGB (Red+Green+Blue) = 186+144+135=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9087 is #456F78. Grayscale: #9B9B9B. Windows color (decimal): -4550521 or 8884410. OLE color: 8884410.

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

Color convert

RGB186144135-
CMYK00.230.270.27
HSL10.59º26.98%62.94%-
HSV(B)10.59º27.42%72.94%-
XYZ34.632.1327.3-
YUV155.53116.41149.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=40%
G=30.97%
B=29.03%

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
Decimal18614413500.230.270.2710.5926.9862.94
HexBA90870171B1Bb1b3f
Octal2722202070273333133377
Binary1011101010010000100001110101111101111011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9087; }

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

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

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

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

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

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

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

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