#BA9085

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

Shades of Oriental Pink #BA9085

Tints of Oriental Pink #BA9085

Color information

#BA9085 (or 0xBA9085) is unknown color: approx Oriental Pink. HEX triplet: BA, 90 and 85. RGB value is (186,144,133). Sum of RGB (Red+Green+Blue) = 186+144+133=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9085 is #456F7A. Grayscale: #9B9B9B. Windows color (decimal): -4550523 or 8753338. OLE color: 8753338.

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

Color convert

RGB186144133-
CMYK00.230.280.27
HSL12.45º27.75%62.55%-
HSV(B)12.45º28.49%72.94%-
XYZ34.4632.0826.57-
YUV155.3115.41149.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=40.17%
G=31.10%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614413300.230.280.2712.4527.7562.55
HexBA90850171C1Bc1c3f
Octal2722202050273433143477
Binary1011101010010000100001010101111110011011110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9085; }

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

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

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

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

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

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

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

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