Html Css Color HEX #BA8361 Medium Wood

📋 copy color: '#BA8361'

red 186 ◦ green 131 ◦ blue 97

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

Shades of Medium Wood #BA8361

Tints of Medium Wood #BA8361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 44.93%
G = 31.64%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA8361 (or 0xBA8361) is known color: Medium Wood. HEX triplet: BA, 83 and 61. RGB value is (186,131,97). Sum of RGB (Red+Green+Blue) = 186+131+97=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8361 is #457C9E. Grayscale: #8F8F8F. Windows color (decimal): -4553887 or 6390714. OLE color: 6390714.

HSL color Cylindrical-coordinate representation of color #BA8361: hue angle of 22.92º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8361 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 131 97 -
CMYK 0 0.30 0.48 0.27
HSL 22.92º 0.39% 0.55% -
HSV(B) 22.92º 0.48% 0.73% -
XYZ 30.52 27.53 15.02 -
YUV 143.57 101.72 158.26 -
System Red Green Blue C M Y K H S L
Decimal 186 131 97 0 0.30 0.48 0.27 22.92 0.39 0.55
Hex BA 83 61 0 1E 30 1B 17 27 37
Octal 272 203 141 0 36 60 33 27 47 67
Binary 10111010 10000011 1100001 0 11110 110000 11011 10111 100111 110111

Color Harmonies of #BA8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8361

Black with #BA8361

Text Example


Text Example

White with #BA8361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8361; }

 p { color: rgb(186,131,97); }

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

background-color css

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

 a { background-color: rgb(186,131,97); }

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

border-color css

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

 span { border-color: rgb(186,131,97); }

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