#BA835F

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

Shades of Medium Wood #BA835F

Tints of Medium Wood #BA835F

Color information

#BA835F (or 0xBA835F) is unknown color: approx Medium Wood. HEX triplet: BA, 83 and 5F. RGB value is (186,131,95). Sum of RGB (Red+Green+Blue) = 186+131+95=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA835F is #457CA0. Grayscale: #8F8F8F. Windows color (decimal): -4553889 or 6259642. OLE color: 6259642.

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

Color convert

RGB18613195-
CMYK00.300.490.27
HSL23.74º39.74%55.1%-
HSV(B)23.74º48.92%72.94%-
XYZ30.4327.514.53-
YUV143.34100.72158.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=45.15%
G=31.80%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861319500.300.490.2723.7439.7455.1
HexBA835F01E311B182837
Octal2722031370366133305067
Binary101110101000001110111110111101100011101111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA835F; }

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

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

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

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

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

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

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

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