Html Css Color HEX #BA9077 Pale Taupe

📋 copy color: '#BA9077'

red 186 ◦ green 144 ◦ blue 119

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

Shades of Pale Taupe #BA9077

Tints of Pale Taupe #BA9077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

 BLUE value IS 119 (46.88% from 255) = 26.5%

R = 41.43%
G = 32.07%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA9077 (or 0xBA9077) is known color: Pale Taupe. HEX triplet: BA, 90 and 77. RGB value is (186,144,119). Sum of RGB (Red+Green+Blue) = 186+144+119=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9077 is #456F88. Grayscale: #999999. Windows color (decimal): -4550537 or 7835834. OLE color: 7835834.

HSL color Cylindrical-coordinate representation of color #BA9077: hue angle of 22.39º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA9077 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 144 119 -
CMYK 0 0.23 0.36 0.27
HSL 22.39º 0.33% 0.6% -
HSV(B) 22.39º 0.36% 0.73% -
XYZ 33.55 31.72 21.81 -
YUV 153.71 108.41 151.03 -
System Red Green Blue C M Y K H S L
Decimal 186 144 119 0 0.23 0.36 0.27 22.39 0.33 0.6
Hex BA 90 77 0 17 24 1B 16 21 3C
Octal 272 220 167 0 27 44 33 26 41 74
Binary 10111010 10010000 1110111 0 10111 100100 11011 10110 100001 111100

Color Harmonies of #BA9077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9077

Black with #BA9077

Text Example


Text Example

White with #BA9077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9077; }

 p { color: rgb(186,144,119); }

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

background-color css

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

 a { background-color: rgb(186,144,119); }

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

border-color css

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

 span { border-color: rgb(186,144,119); }

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