Html Css Color HEX #BA7C59 Medium Wood

📋 copy color: '#BA7C59'

red 186 ◦ green 124 ◦ blue 89

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

Shades of Medium Wood #BA7C59

Tints of Medium Wood #BA7C59

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

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

R = 46.62%
G = 31.08%
B = 22.31%

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

#BA7C59 (or 0xBA7C59) is known color: Medium Wood. HEX triplet: BA, 7C and 59. RGB value is (186,124,89). Sum of RGB (Red+Green+Blue) = 186+124+89=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C59 is #4583A6. Grayscale: #8A8A8A. Windows color (decimal): -4555687 or 5864634. OLE color: 5864634.

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

Color convert

RGB 186 124 89 -
CMYK 0 0.33 0.52 0.27
HSL 21.65º 0.41% 0.54% -
HSV(B) 21.65º 0.52% 0.73% -
XYZ 29.26 25.58 12.85 -
YUV 138.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 186 124 89 0 0.33 0.52 0.27 21.65 0.41 0.54
Hex BA 7C 59 0 21 34 1B 16 29 36
Octal 272 174 131 0 41 64 33 26 51 66
Binary 10111010 1111100 1011001 0 100001 110100 11011 10110 101001 110110

Color Harmonies of #BA7C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C59

Black with #BA7C59

Text Example


Text Example

White with #BA7C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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