Html Css Color HEX #BA918C Oriental Pink

📋 copy color: '#BA918C'

red 186 ◦ green 145 ◦ blue 140

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

Shades of Oriental Pink #BA918C

Tints of Oriental Pink #BA918C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.72%

R = 39.49%
G = 30.79%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA918C (or 0xBA918C) is known color: Oriental Pink. HEX triplet: BA, 91 and 8C. RGB value is (186,145,140). Sum of RGB (Red+Green+Blue) = 186+145+140=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA918C is #456E73. Grayscale: #9C9C9C. Windows color (decimal): -4550260 or 9212346. OLE color: 9212346.

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

Color convert

RGB 186 145 140 -
CMYK 0 0.22 0.25 0.27
HSL 6.52º 0.25% 0.64% -
HSV(B) 6.52º 0.25% 0.73% -
XYZ 35.11 32.58 29.25 -
YUV 156.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 186 145 140 0 0.22 0.25 0.27 6.52 0.25 0.64
Hex BA 91 8C 0 16 19 1B 7 19 40
Octal 272 221 214 0 26 31 33 7 31 100
Binary 10111010 10010001 10001100 0 10110 11001 11011 111 11001 1000000

Color Harmonies of #BA918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA918C

Black with #BA918C

Text Example


Text Example

White with #BA918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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