Html Css Color HEX #BA7D5E Medium Wood

📋 copy color: '#BA7D5E'

red 186 ◦ green 125 ◦ blue 94

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

Shades of Medium Wood #BA7D5E

Tints of Medium Wood #BA7D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

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

R = 45.93%
G = 30.86%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA7D5E (or 0xBA7D5E) is known color: Medium Wood. HEX triplet: BA, 7D and 5E. RGB value is (186,125,94). Sum of RGB (Red+Green+Blue) = 186+125+94=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D5E is #4582A1. Grayscale: #8B8B8B. Windows color (decimal): -4555426 or 6192570. OLE color: 6192570.

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

Color convert

RGB 186 125 94 -
CMYK 0 0.33 0.49 0.27
HSL 20.22º 0.4% 0.55% -
HSV(B) 20.22º 0.49% 0.73% -
XYZ 29.6 25.91 14.03 -
YUV 139.71 102.21 161.02 -
System Red Green Blue C M Y K H S L
Decimal 186 125 94 0 0.33 0.49 0.27 20.22 0.4 0.55
Hex BA 7D 5E 0 21 31 1B 14 28 37
Octal 272 175 136 0 41 61 33 24 50 67
Binary 10111010 1111101 1011110 0 100001 110001 11011 10100 101000 110111

Color Harmonies of #BA7D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D5E

Black with #BA7D5E

Text Example


Text Example

White with #BA7D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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