Html Css Color HEX #BA9E84 Pale Taupe

📋 copy color: '#BA9E84'

red 186 ◦ green 158 ◦ blue 132

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

Shades of Pale Taupe #BA9E84

Tints of Pale Taupe #BA9E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.73%

R = 39.08%
G = 33.19%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA9E84 (or 0xBA9E84) is known color: Pale Taupe. HEX triplet: BA, 9E and 84. RGB value is (186,158,132). Sum of RGB (Red+Green+Blue) = 186+158+132=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E84 is #45617B. Grayscale: #A3A3A3. Windows color (decimal): -4546940 or 8691386. OLE color: 8691386.

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

Color convert

RGB 186 158 132 -
CMYK 0 0.15 0.29 0.27
HSL 28.89º 0.28% 0.62% -
HSV(B) 28.89º 0.29% 0.73% -
XYZ 36.64 36.56 26.96 -
YUV 163.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 186 158 132 0 0.15 0.29 0.27 28.89 0.28 0.62
Hex BA 9E 84 0 F 1D 1B 1D 1C 3E
Octal 272 236 204 0 17 35 33 35 34 76
Binary 10111010 10011110 10000100 0 1111 11101 11011 11101 11100 111110

Color Harmonies of #BA9E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E84

Black with #BA9E84

Text Example


Text Example

White with #BA9E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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