Html Css Color HEX #BA9A7B Pale Taupe

📋 copy color: '#BA9A7B'

red 186 ◦ green 154 ◦ blue 123

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

Shades of Pale Taupe #BA9A7B

Tints of Pale Taupe #BA9A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 40.17%
G = 33.26%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA9A7B (or 0xBA9A7B) is known color: Pale Taupe. HEX triplet: BA, 9A and 7B. RGB value is (186,154,123). Sum of RGB (Red+Green+Blue) = 186+154+123=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A7B is #456584. Grayscale: #A0A0A0. Windows color (decimal): -4547973 or 8100538. OLE color: 8100538.

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

Color convert

RGB 186 154 123 -
CMYK 0 0.17 0.34 0.27
HSL 29.52º 0.31% 0.61% -
HSV(B) 29.52º 0.34% 0.73% -
XYZ 35.38 34.98 23.63 -
YUV 160.03 107.1 146.52 -
System Red Green Blue C M Y K H S L
Decimal 186 154 123 0 0.17 0.34 0.27 29.52 0.31 0.61
Hex BA 9A 7B 0 11 22 1B 1E 1F 3D
Octal 272 232 173 0 21 42 33 36 37 75
Binary 10111010 10011010 1111011 0 10001 100010 11011 11110 11111 111101

Color Harmonies of #BA9A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A7B

Black with #BA9A7B

Text Example


Text Example

White with #BA9A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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