Html Css Color HEX #BA9B81 Pale Taupe

📋 copy color: '#BA9B81'

red 186 ◦ green 155 ◦ blue 129

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

Shades of Pale Taupe #BA9B81

Tints of Pale Taupe #BA9B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

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

R = 39.57%
G = 32.98%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA9B81 (or 0xBA9B81) is known color: Pale Taupe. HEX triplet: BA, 9B and 81. RGB value is (186,155,129). Sum of RGB (Red+Green+Blue) = 186+155+129=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9B81 is #45647E. Grayscale: #A1A1A1. Windows color (decimal): -4547711 or 8494010. OLE color: 8494010.

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

Color convert

RGB 186 155 129 -
CMYK 0 0.17 0.31 0.27
HSL 27.37º 0.29% 0.62% -
HSV(B) 27.37º 0.31% 0.73% -
XYZ 35.93 35.47 25.72 -
YUV 161.31 109.77 145.61 -
System Red Green Blue C M Y K H S L
Decimal 186 155 129 0 0.17 0.31 0.27 27.37 0.29 0.62
Hex BA 9B 81 0 11 1F 1B 1B 1D 3E
Octal 272 233 201 0 21 37 33 33 35 76
Binary 10111010 10011011 10000001 0 10001 11111 11011 11011 11101 111110

Color Harmonies of #BA9B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B81

Black with #BA9B81

Text Example


Text Example

White with #BA9B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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