Html Css Color HEX #BA9E81 Pale Taupe

📋 copy color: '#BA9E81'

red 186 ◦ green 158 ◦ blue 129

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

Shades of Pale Taupe #BA9E81

Tints of Pale Taupe #BA9E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.27%

R = 39.32%
G = 33.4%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9E81 (or 0xBA9E81) is known color: Pale Taupe. HEX triplet: BA, 9E and 81. RGB value is (186,158,129). Sum of RGB (Red+Green+Blue) = 186+158+129=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E81 is #45617E. Grayscale: #A3A3A3. Windows color (decimal): -4546943 or 8494778. OLE color: 8494778.

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

Color convert

RGB 186 158 129 -
CMYK 0 0.15 0.31 0.27
HSL 30.53º 0.29% 0.62% -
HSV(B) 30.53º 0.31% 0.73% -
XYZ 36.44 36.48 25.89 -
YUV 163.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 186 158 129 0 0.15 0.31 0.27 30.53 0.29 0.62
Hex BA 9E 81 0 F 1F 1B 1F 1D 3E
Octal 272 236 201 0 17 37 33 37 35 76
Binary 10111010 10011110 10000001 0 1111 11111 11011 11111 11101 111110

Color Harmonies of #BA9E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E81

Black with #BA9E81

Text Example


Text Example

White with #BA9E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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