#BA9289

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

Shades of Oriental Pink #BA9289

Tints of Oriental Pink #BA9289

Color information

#BA9289 (or 0xBA9289) is unknown color: approx Oriental Pink. HEX triplet: BA, 92 and 89. RGB value is (186,146,137). Sum of RGB (Red+Green+Blue) = 186+146+137=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9289 is #456D76. Grayscale: #9D9D9D. Windows color (decimal): -4550007 or 9015994. OLE color: 9015994.

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

Color convert

RGB186146137-
CMYK00.220.260.27
HSL11.02º26.2%63.33%-
HSV(B)11.02º26.34%72.94%-
XYZ35.0432.828.15-
YUV156.93116.75148.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=39.66%
G=31.13%
B=29.21%

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
Decimal18614613700.220.260.2711.0226.263.33
HexBA92890161A1Bb1a3f
Octal2722222110263233133277
Binary1011101010010010100010010101101101011011101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9289; }

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

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

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

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

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

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

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

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