#BA8261

Color #BA8261 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #BA8261

Tints of Medium Wood #BA8261

Color information

#BA8261 (or 0xBA8261) is unknown color: approx Medium Wood. HEX triplet: BA, 82 and 61. RGB value is (186,130,97). Sum of RGB (Red+Green+Blue) = 186+130+97=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8261 is #457D9E. Grayscale: #8F8F8F. Windows color (decimal): -4554143 or 6390458. OLE color: 6390458.

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

Color convert

RGB18613097-
CMYK00.300.480.27
HSL22.25º39.21%55.49%-
HSV(B)22.25º47.85%72.94%-
XYZ30.3927.2714.97-
YUV142.98102.05158.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=45.04%
G=31.48%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861309700.300.480.2722.2539.2155.49
HexBA826101E301B162737
Octal2722021410366033264767
Binary101110101000001011000010111101100001101110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8261; }

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

 H1.HeaderClassName
 {
   color: #BA8261;
 }
 .AnyTagClassName
 {
   color: #BA8261;
 }
</style>
background-color css

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

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

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

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

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

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