Html Css Color HEX #BA9E8A Pale Taupe

📋 copy color: '#BA9E8A'

red 186 ◦ green 158 ◦ blue 138

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

Shades of Pale Taupe #BA9E8A

Tints of Pale Taupe #BA9E8A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

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

R = 38.59%
G = 32.78%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA9E8A (or 0xBA9E8A) is known color: Pale Taupe. HEX triplet: BA, 9E and 8A. RGB value is (186,158,138). Sum of RGB (Red+Green+Blue) = 186+158+138=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E8A is #456175. Grayscale: #A4A4A4. Windows color (decimal): -4546934 or 9084602. OLE color: 9084602.

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

Color convert

RGB 186 158 138 -
CMYK 0 0.15 0.26 0.27
HSL 25º 0.26% 0.64% -
HSV(B) 25º 0.26% 0.73% -
XYZ 37.06 36.73 29.18 -
YUV 164.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 186 158 138 0 0.15 0.26 0.27 25 0.26 0.64
Hex BA 9E 8A 0 F 1A 1B 19 1A 40
Octal 272 236 212 0 17 32 33 31 32 100
Binary 10111010 10011110 10001010 0 1111 11010 11011 11001 11010 1000000

Color Harmonies of #BA9E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E8A

Black with #BA9E8A

Text Example


Text Example

White with #BA9E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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