Html Css Color HEX #BA7D59 Medium Wood

📋 copy color: '#BA7D59'

red 186 ◦ green 125 ◦ blue 89

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

Shades of Medium Wood #BA7D59

Tints of Medium Wood #BA7D59

RGB

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

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

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

R = 46.5%
G = 31.25%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BA7D59 (or 0xBA7D59) is known color: Medium Wood. HEX triplet: BA, 7D and 59. RGB value is (186,125,89). Sum of RGB (Red+Green+Blue) = 186+125+89=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D59 is #4582A6. Grayscale: #8B8B8B. Windows color (decimal): -4555431 or 5864890. OLE color: 5864890.

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

Color convert

RGB 186 125 89 -
CMYK 0 0.33 0.52 0.27
HSL 22.27º 0.41% 0.54% -
HSV(B) 22.27º 0.52% 0.73% -
XYZ 29.39 25.83 12.89 -
YUV 139.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 186 125 89 0 0.33 0.52 0.27 22.27 0.41 0.54
Hex BA 7D 59 0 21 34 1B 16 29 36
Octal 272 175 131 0 41 64 33 26 51 66
Binary 10111010 1111101 1011001 0 100001 110100 11011 10110 101001 110110

Color Harmonies of #BA7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D59

Black with #BA7D59

Text Example


Text Example

White with #BA7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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