Html Css Color HEX #BA8360 Medium Wood

📋 copy color: '#BA8360'

red 186 ◦ green 131 ◦ blue 96

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

Shades of Medium Wood #BA8360

Tints of Medium Wood #BA8360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 45.04%
G = 31.72%
B = 23.24%

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

#BA8360 (or 0xBA8360) is known color: Medium Wood. HEX triplet: BA, 83 and 60. RGB value is (186,131,96). Sum of RGB (Red+Green+Blue) = 186+131+96=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8360 is #457C9F. Grayscale: #8F8F8F. Windows color (decimal): -4553888 or 6325178. OLE color: 6325178.

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

Color convert

RGB 186 131 96 -
CMYK 0 0.30 0.48 0.27
HSL 23.33º 0.39% 0.55% -
HSV(B) 23.33º 0.48% 0.73% -
XYZ 30.48 27.52 14.77 -
YUV 143.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 186 131 96 0 0.30 0.48 0.27 23.33 0.39 0.55
Hex BA 83 60 0 1E 30 1B 17 27 37
Octal 272 203 140 0 36 60 33 27 47 67
Binary 10111010 10000011 1100000 0 11110 110000 11011 10111 100111 110111

Color Harmonies of #BA8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8360

Black with #BA8360

Text Example


Text Example

White with #BA8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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