Html Css Color HEX #BA7E5E Medium Wood

📋 copy color: '#BA7E5E'

red 186 ◦ green 126 ◦ blue 94

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

Shades of Medium Wood #BA7E5E

Tints of Medium Wood #BA7E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.03%

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

R = 45.81%
G = 31.03%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA7E5E (or 0xBA7E5E) is known color: Medium Wood. HEX triplet: BA, 7E and 5E. RGB value is (186,126,94). Sum of RGB (Red+Green+Blue) = 186+126+94=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E5E is #4581A1. Grayscale: #8C8C8C. Windows color (decimal): -4555170 or 6192826. OLE color: 6192826.

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

Color convert

RGB 186 126 94 -
CMYK 0 0.32 0.49 0.27
HSL 20.87º 0.4% 0.55% -
HSV(B) 20.87º 0.49% 0.73% -
XYZ 29.73 26.17 14.07 -
YUV 140.29 101.88 160.6 -
System Red Green Blue C M Y K H S L
Decimal 186 126 94 0 0.32 0.49 0.27 20.87 0.4 0.55
Hex BA 7E 5E 0 20 31 1B 15 28 37
Octal 272 176 136 0 40 61 33 25 50 67
Binary 10111010 1111110 1011110 0 100000 110001 11011 10101 101000 110111

Color Harmonies of #BA7E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E5E

Black with #BA7E5E

Text Example


Text Example

White with #BA7E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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