#BA8262

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

Shades of Medium Wood #BA8262

Tints of Medium Wood #BA8262

Color information

#BA8262 (or 0xBA8262) is unknown color: approx Medium Wood. HEX triplet: BA, 82 and 62. RGB value is (186,130,98). Sum of RGB (Red+Green+Blue) = 186+130+98=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8262 is #457D9D. Grayscale: #8F8F8F. Windows color (decimal): -4554142 or 6455994. OLE color: 6455994.

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

Color convert

RGB18613098-
CMYK00.300.470.27
HSL21.82º38.94%55.69%-
HSV(B)21.82º47.31%72.94%-
XYZ30.4427.2915.22-
YUV143.1102.55158.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 98 (38.67% from 255) = 23.67%
R=44.93%
G=31.40%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861309800.300.470.2721.8238.9455.69
HexBA826201E2F1B162738
Octal2722021420365733264770
Binary101110101000001011000100111101011111101110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8262; }

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

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

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

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

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

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

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

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