Html Css Color HEX #BA8F76 Pale Taupe

📋 copy color: '#BA8F76'

red 186 ◦ green 143 ◦ blue 118

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

Shades of Pale Taupe #BA8F76

Tints of Pale Taupe #BA8F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 118 (46.48% from 255) = 26.4%

R = 41.61%
G = 31.99%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BA8F76 (or 0xBA8F76) is known color: Pale Taupe. HEX triplet: BA, 8F and 76. RGB value is (186,143,118). Sum of RGB (Red+Green+Blue) = 186+143+118=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F76 is #457089. Grayscale: #999999. Windows color (decimal): -4550794 or 7770042. OLE color: 7770042.

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

Color convert

RGB 186 143 118 -
CMYK 0 0.23 0.37 0.27
HSL 22.06º 0.33% 0.6% -
HSV(B) 22.06º 0.37% 0.73% -
XYZ 33.34 31.39 21.44 -
YUV 153.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 186 143 118 0 0.23 0.37 0.27 22.06 0.33 0.6
Hex BA 8F 76 0 17 25 1B 16 21 3C
Octal 272 217 166 0 27 45 33 26 41 74
Binary 10111010 10001111 1110110 0 10111 100101 11011 10110 100001 111100

Color Harmonies of #BA8F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F76

Black with #BA8F76

Text Example


Text Example

White with #BA8F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F76; }

 p { color: rgb(186,143,118); }

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

background-color css

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

 a { background-color: rgb(186,143,118); }

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

border-color css

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

 span { border-color: rgb(186,143,118); }

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