Html Css Color HEX #BA9A84 Pale Taupe

📋 copy color: '#BA9A84'

red 186 ◦ green 154 ◦ blue 132

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

Shades of Pale Taupe #BA9A84

Tints of Pale Taupe #BA9A84

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.63%

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

R = 39.41%
G = 32.63%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA9A84 (or 0xBA9A84) is known color: Pale Taupe. HEX triplet: BA, 9A and 84. RGB value is (186,154,132). Sum of RGB (Red+Green+Blue) = 186+154+132=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A84 is #45657B. Grayscale: #A1A1A1. Windows color (decimal): -4547964 or 8690362. OLE color: 8690362.

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

Color convert

RGB 186 154 132 -
CMYK 0 0.17 0.29 0.27
HSL 24.44º 0.28% 0.62% -
HSV(B) 24.44º 0.29% 0.73% -
XYZ 35.97 35.22 26.73 -
YUV 161.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 186 154 132 0 0.17 0.29 0.27 24.44 0.28 0.62
Hex BA 9A 84 0 11 1D 1B 18 1C 3E
Octal 272 232 204 0 21 35 33 30 34 76
Binary 10111010 10011010 10000100 0 10001 11101 11011 11000 11100 111110

Color Harmonies of #BA9A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A84

Black with #BA9A84

Text Example


Text Example

White with #BA9A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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