Html Css Color HEX #BA8664 Medium Wood

📋 copy color: '#BA8664'

red 186 ◦ green 134 ◦ blue 100

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

Shades of Medium Wood #BA8664

Tints of Medium Wood #BA8664

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

 BLUE value IS 100 (39.45% from 255) = 23.81%

R = 44.29%
G = 31.9%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8664 (or 0xBA8664) is known color: Medium Wood. HEX triplet: BA, 86 and 64. RGB value is (186,134,100). Sum of RGB (Red+Green+Blue) = 186+134+100=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8664 is #45799B. Grayscale: #919191. Windows color (decimal): -4553116 or 6588090. OLE color: 6588090.

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

Color convert

RGB 186 134 100 -
CMYK 0 0.28 0.46 0.27
HSL 23.72º 0.38% 0.56% -
HSV(B) 23.72º 0.46% 0.73% -
XYZ 31.08 28.41 15.9 -
YUV 145.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 186 134 100 0 0.28 0.46 0.27 23.72 0.38 0.56
Hex BA 86 64 0 1C 2E 1B 18 26 38
Octal 272 206 144 0 34 56 33 30 46 70
Binary 10111010 10000110 1100100 0 11100 101110 11011 11000 100110 111000

Color Harmonies of #BA8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8664

Black with #BA8664

Text Example


Text Example

White with #BA8664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8664; }

 p { color: rgb(186,134,100); }

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

background-color css

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

 a { background-color: rgb(186,134,100); }

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

border-color css

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

 span { border-color: rgb(186,134,100); }

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