Html Css Color HEX #BA8464 Medium Wood

📋 copy color: '#BA8464'

red 186 ◦ green 132 ◦ blue 100

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

Shades of Medium Wood #BA8464

Tints of Medium Wood #BA8464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

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

R = 44.5%
G = 31.58%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8464 (or 0xBA8464) is known color: Medium Wood. HEX triplet: BA, 84 and 64. RGB value is (186,132,100). Sum of RGB (Red+Green+Blue) = 186+132+100=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8464 is #457B9B. Grayscale: #909090. Windows color (decimal): -4553628 or 6587578. OLE color: 6587578.

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

Color convert

RGB 186 132 100 -
CMYK 0 0.29 0.46 0.27
HSL 22.33º 0.38% 0.56% -
HSV(B) 22.33º 0.46% 0.73% -
XYZ 30.8 27.86 15.81 -
YUV 144.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 186 132 100 0 0.29 0.46 0.27 22.33 0.38 0.56
Hex BA 84 64 0 1D 2E 1B 16 26 38
Octal 272 204 144 0 35 56 33 26 46 70
Binary 10111010 10000100 1100100 0 11101 101110 11011 10110 100110 111000

Color Harmonies of #BA8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8464

Black with #BA8464

Text Example


Text Example

White with #BA8464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8464; }

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

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

background-color css

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

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

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

border-color css

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

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

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