Html Css Color HEX #BA9E82 Pale Taupe

📋 copy color: '#BA9E82'

red 186 ◦ green 158 ◦ blue 130

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

Shades of Pale Taupe #BA9E82

Tints of Pale Taupe #BA9E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.43%

R = 39.24%
G = 33.33%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA9E82 (or 0xBA9E82) is known color: Pale Taupe. HEX triplet: BA, 9E and 82. RGB value is (186,158,130). Sum of RGB (Red+Green+Blue) = 186+158+130=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E82 is #45617D. Grayscale: #A3A3A3. Windows color (decimal): -4546942 or 8560314. OLE color: 8560314.

HSL color Cylindrical-coordinate representation of color #BA9E82: hue angle of 30º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9E82 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 130 -
CMYK 0 0.15 0.30 0.27
HSL 30º 0.29% 0.62% -
HSV(B) 30º 0.3% 0.73% -
XYZ 36.51 36.5 26.24 -
YUV 163.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 186 158 130 0 0.15 0.30 0.27 30 0.29 0.62
Hex BA 9E 82 0 F 1E 1B 1E 1D 3E
Octal 272 236 202 0 17 36 33 36 35 76
Binary 10111010 10011110 10000010 0 1111 11110 11011 11110 11101 111110

Color Harmonies of #BA9E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E82

Black with #BA9E82

Text Example


Text Example

White with #BA9E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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