Html Css Color HEX #BA9483 Pale Taupe

📋 copy color: '#BA9483'

red 186 ◦ green 148 ◦ blue 131

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

Shades of Pale Taupe #BA9483

Tints of Pale Taupe #BA9483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

 BLUE value IS 131 (51.56% from 255) = 28.17%

R = 40%
G = 31.83%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA9483 (or 0xBA9483) is known color: Pale Taupe. HEX triplet: BA, 94 and 83. RGB value is (186,148,131). Sum of RGB (Red+Green+Blue) = 186+148+131=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9483 is #456B7C. Grayscale: #9D9D9D. Windows color (decimal): -4549501 or 8623290. OLE color: 8623290.

HSL color Cylindrical-coordinate representation of color #BA9483: hue angle of 18.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9483 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 148 131 -
CMYK 0 0.20 0.30 0.27
HSL 18.55º 0.28% 0.62% -
HSV(B) 18.55º 0.3% 0.73% -
XYZ 34.94 33.26 26.05 -
YUV 157.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 186 148 131 0 0.20 0.30 0.27 18.55 0.28 0.62
Hex BA 94 83 0 14 1E 1B 13 1C 3E
Octal 272 224 203 0 24 36 33 23 34 76
Binary 10111010 10010100 10000011 0 10100 11110 11011 10011 11100 111110

Color Harmonies of #BA9483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9483

Black with #BA9483

Text Example


Text Example

White with #BA9483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9483; }

 p { color: rgb(186,148,131); }

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

background-color css

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

 a { background-color: rgb(186,148,131); }

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

border-color css

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

 span { border-color: rgb(186,148,131); }

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