#BA8562

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

Shades of Medium Wood #BA8562

Tints of Medium Wood #BA8562

Color information

#BA8562 (or 0xBA8562) is unknown color: approx Medium Wood. HEX triplet: BA, 85 and 62. RGB value is (186,133,98). Sum of RGB (Red+Green+Blue) = 186+133+98=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8562 is #457A9D. Grayscale: #919191. Windows color (decimal): -4553374 or 6456762. OLE color: 6456762.

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

Color convert

RGB18613398-
CMYK00.280.470.27
HSL23.86º38.94%55.69%-
HSV(B)23.86º47.31%72.94%-
XYZ30.8428.115.35-
YUV144.86101.56157.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 98 (38.67% from 255) = 23.50%
R=44.60%
G=31.89%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861339800.280.470.2723.8638.9455.69
HexBA856201C2F1B182738
Octal2722051420345733304770
Binary101110101000010111000100111001011111101111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8562; }

 p { color: rgb(186,133,98); }

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

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

 a { background-color: rgb(186,133,98); }

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

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

 span { border-color: rgb(186,133,98); }

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