Html Css Color HEX #BA7E5D Medium Wood

📋 copy color: '#BA7E5D'

red 186 ◦ green 126 ◦ blue 93

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

Shades of Medium Wood #BA7E5D

Tints of Medium Wood #BA7E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 45.93%
G = 31.11%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA7E5D (or 0xBA7E5D) is known color: Medium Wood. HEX triplet: BA, 7E and 5D. RGB value is (186,126,93). Sum of RGB (Red+Green+Blue) = 186+126+93=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E5D is #4581A2. Grayscale: #8C8C8C. Windows color (decimal): -4555171 or 6127290. OLE color: 6127290.

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

Color convert

RGB 186 126 93 -
CMYK 0 0.32 0.5 0.27
HSL 21.29º 0.4% 0.55% -
HSV(B) 21.29º 0.5% 0.73% -
XYZ 29.69 26.15 13.84 -
YUV 140.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 186 126 93 0 0.32 0.5 0.27 21.29 0.4 0.55
Hex BA 7E 5D 0 20 32 1B 15 28 37
Octal 272 176 135 0 40 62 33 25 50 67
Binary 10111010 1111110 1011101 0 100000 110010 11011 10101 101000 110111

Color Harmonies of #BA7E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E5D

Black with #BA7E5D

Text Example


Text Example

White with #BA7E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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