#BA8667

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

Shades of Medium Wood #BA8667

Tints of Medium Wood #BA8667

Color information

#BA8667 (or 0xBA8667) is unknown color: approx Medium Wood. HEX triplet: BA, 86 and 67. RGB value is (186,134,103). Sum of RGB (Red+Green+Blue) = 186+134+103=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8667 is #457998. Grayscale: #929292. Windows color (decimal): -4553113 or 6784698. OLE color: 6784698.

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

Color convert

RGB186134103-
CMYK00.280.450.27
HSL22.41º37.56%56.67%-
HSV(B)22.41º44.62%72.94%-
XYZ31.2228.4716.68-
YUV146.01103.73156.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 103 (40.62% from 255) = 24.35%
R=43.97%
G=31.68%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613410300.280.450.2722.4137.5656.67
HexBA866701C2D1B162639
Octal2722061470345533264671
Binary101110101000011011001110111001011011101110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8667; }

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

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

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

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

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

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

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

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