Html Css Color HEX #BA908A Oriental Pink

📋 copy color: '#BA908A'

red 186 ◦ green 144 ◦ blue 138

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

Shades of Oriental Pink #BA908A

Tints of Oriental Pink #BA908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.77%

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

R = 39.74%
G = 30.77%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA908A (or 0xBA908A) is known color: Oriental Pink. HEX triplet: BA, 90 and 8A. RGB value is (186,144,138). Sum of RGB (Red+Green+Blue) = 186+144+138=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA908A is #456F75. Grayscale: #9B9B9B. Windows color (decimal): -4550518 or 9081018. OLE color: 9081018.

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

Color convert

RGB 186 144 138 -
CMYK 0 0.23 0.26 0.27
HSL 7.5º 0.26% 0.64% -
HSV(B) 7.5º 0.26% 0.73% -
XYZ 34.81 32.22 28.43 -
YUV 155.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 186 144 138 0 0.23 0.26 0.27 7.5 0.26 0.64
Hex BA 90 8A 0 17 1A 1B 8 1A 40
Octal 272 220 212 0 27 32 33 10 32 100
Binary 10111010 10010000 10001010 0 10111 11010 11011 1000 11010 1000000

Color Harmonies of #BA908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA908A

Black with #BA908A

Text Example


Text Example

White with #BA908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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