Html Css Color HEX #BA9A7A Pale Taupe

📋 copy color: '#BA9A7A'

red 186 ◦ green 154 ◦ blue 122

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

Shades of Pale Taupe #BA9A7A

Tints of Pale Taupe #BA9A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.41%

R = 40.26%
G = 33.33%
B = 26.41%

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

#BA9A7A (or 0xBA9A7A) is known color: Pale Taupe. HEX triplet: BA, 9A and 7A. RGB value is (186,154,122). Sum of RGB (Red+Green+Blue) = 186+154+122=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A7A is #456585. Grayscale: #A0A0A0. Windows color (decimal): -4547974 or 8035002. OLE color: 8035002.

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

Color convert

RGB 186 154 122 -
CMYK 0 0.17 0.34 0.27
HSL 30º 0.32% 0.6% -
HSV(B) 30º 0.34% 0.73% -
XYZ 35.32 34.96 23.3 -
YUV 159.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 186 154 122 0 0.17 0.34 0.27 30 0.32 0.6
Hex BA 9A 7A 0 11 22 1B 1E 20 3C
Octal 272 232 172 0 21 42 33 36 40 74
Binary 10111010 10011010 1111010 0 10001 100010 11011 11110 100000 111100

Color Harmonies of #BA9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A7A

Black with #BA9A7A

Text Example


Text Example

White with #BA9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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