Html Css Color HEX #BA9782 Pale Taupe

📋 copy color: '#BA9782'

red 186 ◦ green 151 ◦ blue 130

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

Shades of Pale Taupe #BA9782

Tints of Pale Taupe #BA9782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.33%

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

R = 39.83%
G = 32.33%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA9782 (or 0xBA9782) is known color: Pale Taupe. HEX triplet: BA, 97 and 82. RGB value is (186,151,130). Sum of RGB (Red+Green+Blue) = 186+151+130=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9782 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9782 is #45687D. Grayscale: #9F9F9F. Windows color (decimal): -4548734 or 8558522. OLE color: 8558522.

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

Color convert

RGB 186 151 130 -
CMYK 0 0.19 0.30 0.27
HSL 22.5º 0.29% 0.62% -
HSV(B) 22.5º 0.3% 0.73% -
XYZ 35.35 34.18 25.85 -
YUV 159.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 186 151 130 0 0.19 0.30 0.27 22.5 0.29 0.62
Hex BA 97 82 0 13 1E 1B 16 1D 3E
Octal 272 227 202 0 23 36 33 26 35 76
Binary 10111010 10010111 10000010 0 10011 11110 11011 10110 11101 111110

Color Harmonies of #BA9782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9782

Black with #BA9782

Text Example


Text Example

White with #BA9782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9782; }

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

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

background-color css

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

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

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

border-color css

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

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

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