Html Css Color HEX #BA907E Pale Taupe

📋 copy color: '#BA907E'

red 186 ◦ green 144 ◦ blue 126

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

Shades of Pale Taupe #BA907E

Tints of Pale Taupe #BA907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 40.79%
G = 31.58%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA907E (or 0xBA907E) is known color: Pale Taupe. HEX triplet: BA, 90 and 7E. RGB value is (186,144,126). Sum of RGB (Red+Green+Blue) = 186+144+126=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA907E is #456F81. Grayscale: #9A9A9A. Windows color (decimal): -4550530 or 8294586. OLE color: 8294586.

HSL color Cylindrical-coordinate representation of color #BA907E: hue angle of 18º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA907E is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 144 126 -
CMYK 0 0.23 0.32 0.27
HSL 18º 0.3% 0.61% -
HSV(B) 18º 0.32% 0.73% -
XYZ 33.99 31.89 24.1 -
YUV 154.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 186 144 126 0 0.23 0.32 0.27 18 0.3 0.61
Hex BA 90 7E 0 17 20 1B 12 1E 3D
Octal 272 220 176 0 27 40 33 22 36 75
Binary 10111010 10010000 1111110 0 10111 100000 11011 10010 11110 111101

Color Harmonies of #BA907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA907E

Black with #BA907E

Text Example


Text Example

White with #BA907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA907E; }

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

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

background-color css

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

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

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

border-color css

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

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

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