Html Css Color HEX #BA9582 Pale Taupe

📋 copy color: '#BA9582'

red 186 ◦ green 149 ◦ blue 130

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

Shades of Pale Taupe #BA9582

Tints of Pale Taupe #BA9582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

 BLUE value IS 130 (51.17% from 255) = 27.96%

R = 40%
G = 32.04%
B = 27.96%

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

#BA9582 (or 0xBA9582) is known color: Pale Taupe. HEX triplet: BA, 95 and 82. RGB value is (186,149,130). Sum of RGB (Red+Green+Blue) = 186+149+130=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9582 is #456A7D. Grayscale: #9E9E9E. Windows color (decimal): -4549246 or 8558010. OLE color: 8558010.

HSL color Cylindrical-coordinate representation of color #BA9582: hue angle of 20.36º degrees, saturation: 0.29, 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 #BA9582 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 130 -
CMYK 0 0.20 0.30 0.27
HSL 20.36º 0.29% 0.62% -
HSV(B) 20.36º 0.3% 0.73% -
XYZ 35.03 33.55 25.75 -
YUV 157.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 186 149 130 0 0.20 0.30 0.27 20.36 0.29 0.62
Hex BA 95 82 0 14 1E 1B 14 1D 3E
Octal 272 225 202 0 24 36 33 24 35 76
Binary 10111010 10010101 10000010 0 10100 11110 11011 10100 11101 111110

Color Harmonies of #BA9582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9582

Black with #BA9582

Text Example


Text Example

White with #BA9582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9582; }

 p { color: rgb(186,149,130); }

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

background-color css

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

 a { background-color: rgb(186,149,130); }

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

border-color css

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

 span { border-color: rgb(186,149,130); }

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