Html Css Color HEX #BA9A85 Pale Taupe

📋 copy color: '#BA9A85'

red 186 ◦ green 154 ◦ blue 133

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

Shades of Pale Taupe #BA9A85

Tints of Pale Taupe #BA9A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.12%

R = 39.32%
G = 32.56%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA9A85 (or 0xBA9A85) is known color: Pale Taupe. HEX triplet: BA, 9A and 85. RGB value is (186,154,133). Sum of RGB (Red+Green+Blue) = 186+154+133=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A85 is #45657A. Grayscale: #A1A1A1. Windows color (decimal): -4547963 or 8755898. OLE color: 8755898.

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

Color convert

RGB 186 154 133 -
CMYK 0 0.17 0.28 0.27
HSL 23.77º 0.28% 0.63% -
HSV(B) 23.77º 0.28% 0.73% -
XYZ 36.04 35.24 27.09 -
YUV 161.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 186 154 133 0 0.17 0.28 0.27 23.77 0.28 0.63
Hex BA 9A 85 0 11 1C 1B 18 1C 3F
Octal 272 232 205 0 21 34 33 30 34 77
Binary 10111010 10011010 10000101 0 10001 11100 11011 11000 11100 111111

Color Harmonies of #BA9A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9A85

Black with #BA9A85

Text Example


Text Example

White with #BA9A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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