Html Css Color HEX #BA7E59 Medium Wood

📋 copy color: '#BA7E59'

red 186 ◦ green 126 ◦ blue 89

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

Shades of Medium Wood #BA7E59

Tints of Medium Wood #BA7E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.19%

R = 46.38%
G = 31.42%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA7E59 (or 0xBA7E59) is known color: Medium Wood. HEX triplet: BA, 7E and 59. RGB value is (186,126,89). Sum of RGB (Red+Green+Blue) = 186+126+89=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E59 is #4581A6. Grayscale: #8B8B8B. Windows color (decimal): -4555175 or 5865146. OLE color: 5865146.

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

Color convert

RGB 186 126 89 -
CMYK 0 0.32 0.52 0.27
HSL 22.89º 0.41% 0.54% -
HSV(B) 22.89º 0.52% 0.73% -
XYZ 29.51 26.08 12.93 -
YUV 139.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 186 126 89 0 0.32 0.52 0.27 22.89 0.41 0.54
Hex BA 7E 59 0 20 34 1B 17 29 36
Octal 272 176 131 0 40 64 33 27 51 66
Binary 10111010 1111110 1011001 0 100000 110100 11011 10111 101001 110110

Color Harmonies of #BA7E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E59

Black with #BA7E59

Text Example


Text Example

White with #BA7E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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