#BA9084

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

Shades of Oriental Pink #BA9084

Tints of Oriental Pink #BA9084

Color information

#BA9084 (or 0xBA9084) is unknown color: approx Oriental Pink. HEX triplet: BA, 90 and 84. RGB value is (186,144,132). Sum of RGB (Red+Green+Blue) = 186+144+132=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9084 is #456F7B. Grayscale: #9B9B9B. Windows color (decimal): -4550524 or 8687802. OLE color: 8687802.

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

Color convert

RGB186144132-
CMYK00.230.290.27
HSL13.33º28.13%62.35%-
HSV(B)13.33º29.03%72.94%-
XYZ34.3932.0526.2-
YUV155.19114.91149.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 144 (56.64% from 255) = 31.17%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=40.26%
G=31.17%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614413200.230.290.2713.3328.1362.35
HexBA90840171D1Bd1c3e
Octal2722202040273533153476
Binary1011101010010000100001000101111110111011110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9084; }

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

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

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

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

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

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

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

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