Html Css Color HEX #BA918A Oriental Pink

📋 copy color: '#BA918A'

red 186 ◦ green 145 ◦ blue 138

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

Shades of Oriental Pink #BA918A

Tints of Oriental Pink #BA918A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.42%

R = 39.66%
G = 30.92%
B = 29.42%

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

#BA918A (or 0xBA918A) is known color: Oriental Pink. HEX triplet: BA, 91 and 8A. RGB value is (186,145,138). Sum of RGB (Red+Green+Blue) = 186+145+138=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA918A is #456E75. Grayscale: #9C9C9C. Windows color (decimal): -4550262 or 9081274. OLE color: 9081274.

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

Color convert

RGB 186 145 138 -
CMYK 0 0.22 0.26 0.27
HSL 8.75º 0.26% 0.64% -
HSV(B) 8.75º 0.26% 0.73% -
XYZ 34.96 32.52 28.48 -
YUV 156.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 186 145 138 0 0.22 0.26 0.27 8.75 0.26 0.64
Hex BA 91 8A 0 16 1A 1B 9 1A 40
Octal 272 221 212 0 26 32 33 11 32 100
Binary 10111010 10010001 10001010 0 10110 11010 11011 1001 11010 1000000

Color Harmonies of #BA918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA918A

Black with #BA918A

Text Example


Text Example

White with #BA918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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