Html Css Color HEX #BA7D5D Medium Wood

📋 copy color: '#BA7D5D'

red 186 ◦ green 125 ◦ blue 93

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

Shades of Medium Wood #BA7D5D

Tints of Medium Wood #BA7D5D

RGB

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

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

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

R = 46.04%
G = 30.94%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA7D5D (or 0xBA7D5D) is known color: Medium Wood. HEX triplet: BA, 7D and 5D. RGB value is (186,125,93). Sum of RGB (Red+Green+Blue) = 186+125+93=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D5D is #4582A2. Grayscale: #8B8B8B. Windows color (decimal): -4555427 or 6127034. OLE color: 6127034.

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

Color convert

RGB 186 125 93 -
CMYK 0 0.33 0.5 0.27
HSL 20.65º 0.4% 0.55% -
HSV(B) 20.65º 0.5% 0.73% -
XYZ 29.56 25.9 13.8 -
YUV 139.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 186 125 93 0 0.33 0.5 0.27 20.65 0.4 0.55
Hex BA 7D 5D 0 21 32 1B 15 28 37
Octal 272 175 135 0 41 62 33 25 50 67
Binary 10111010 1111101 1011101 0 100001 110010 11011 10101 101000 110111

Color Harmonies of #BA7D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D5D

Black with #BA7D5D

Text Example


Text Example

White with #BA7D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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