Html Css Color HEX #BA9882 Pale Taupe

📋 copy color: '#BA9882'

red 186 ◦ green 152 ◦ blue 130

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

Shades of Pale Taupe #BA9882

Tints of Pale Taupe #BA9882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.48%

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

R = 39.74%
G = 32.48%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA9882 (or 0xBA9882) is known color: Pale Taupe. HEX triplet: BA, 98 and 82. RGB value is (186,152,130). Sum of RGB (Red+Green+Blue) = 186+152+130=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9882 is #45677D. Grayscale: #9F9F9F. Windows color (decimal): -4548478 or 8558778. OLE color: 8558778.

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

Color convert

RGB 186 152 130 -
CMYK 0 0.18 0.30 0.27
HSL 23.57º 0.29% 0.62% -
HSV(B) 23.57º 0.3% 0.73% -
XYZ 35.51 34.51 25.91 -
YUV 159.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 186 152 130 0 0.18 0.30 0.27 23.57 0.29 0.62
Hex BA 98 82 0 12 1E 1B 18 1D 3E
Octal 272 230 202 0 22 36 33 30 35 76
Binary 10111010 10011000 10000010 0 10010 11110 11011 11000 11101 111110

Color Harmonies of #BA9882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9882

Black with #BA9882

Text Example


Text Example

White with #BA9882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9882; }

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

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

background-color css

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

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

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

border-color css

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

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

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