Html Css Color HEX #BA835E Medium Wood

📋 copy color: '#BA835E'

red 186 ◦ green 131 ◦ blue 94

#BA835E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Wood #BA835E

Tints of Medium Wood #BA835E

RGB

 RED value IS 186 (73.05% from 255) = 45.26%

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 45.26%
G = 31.87%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA835E (or 0xBA835E) is known color: Medium Wood. HEX triplet: BA, 83 and 5E. RGB value is (186,131,94). Sum of RGB (Red+Green+Blue) = 186+131+94=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA835E is #457CA1. Grayscale: #8F8F8F. Windows color (decimal): -4553890 or 6194106. OLE color: 6194106.

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

Color convert

RGB 186 131 94 -
CMYK 0 0.30 0.49 0.27
HSL 24.13º 0.4% 0.55% -
HSV(B) 24.13º 0.49% 0.73% -
XYZ 30.39 27.48 14.29 -
YUV 143.23 100.22 158.51 -
System Red Green Blue C M Y K H S L
Decimal 186 131 94 0 0.30 0.49 0.27 24.13 0.4 0.55
Hex BA 83 5E 0 1E 31 1B 18 28 37
Octal 272 203 136 0 36 61 33 30 50 67
Binary 10111010 10000011 1011110 0 11110 110001 11011 11000 101000 110111

Color Harmonies of #BA835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA835E

Black with #BA835E

Text Example


Text Example

White with #BA835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA835E; }

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

 H1.HeaderClassName
 {
   color: #BA835E;
 }
 .AnyTagClassName
 {
   color: #BA835E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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