Html Css Color HEX #BA9189 Oriental Pink

📋 copy color: '#BA9189'

red 186 ◦ green 145 ◦ blue 137

#BA9189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #BA9189

Tints of Oriental Pink #BA9189

RGB

 RED value IS 186 (73.05% from 255) = 39.74%

 GREEN value IS 145 (57.03% from 255) = 30.98%

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 39.74%
G = 30.98%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA9189 (or 0xBA9189) is known color: Oriental Pink. HEX triplet: BA, 91 and 89. RGB value is (186,145,137). Sum of RGB (Red+Green+Blue) = 186+145+137=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9189 is #456E76. Grayscale: #9C9C9C. Windows color (decimal): -4550263 or 9015738. OLE color: 9015738.

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

Color convert

RGB 186 145 137 -
CMYK 0 0.22 0.26 0.27
HSL 9.8º 0.26% 0.63% -
HSV(B) 9.8º 0.26% 0.73% -
XYZ 34.89 32.5 28.1 -
YUV 156.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 186 145 137 0 0.22 0.26 0.27 9.8 0.26 0.63
Hex BA 91 89 0 16 1A 1B A 1A 3F
Octal 272 221 211 0 26 32 33 12 32 77
Binary 10111010 10010001 10001001 0 10110 11010 11011 1010 11010 111111

Color Harmonies of #BA9189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9189

Black with #BA9189

Text Example


Text Example

White with #BA9189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9189; }

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

 H1.HeaderClassName
 {
   color: #BA9189;
 }
 .AnyTagClassName
 {
   color: #BA9189;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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