Html Css Color HEX #BA7E5B Medium Wood

📋 copy color: '#BA7E5B'

red 186 ◦ green 126 ◦ blue 91

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

Shades of Medium Wood #BA7E5B

Tints of Medium Wood #BA7E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 46.15%
G = 31.27%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BA7E5B (or 0xBA7E5B) is known color: Medium Wood. HEX triplet: BA, 7E and 5B. RGB value is (186,126,91). Sum of RGB (Red+Green+Blue) = 186+126+91=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E5B is #4581A4. Grayscale: #8C8C8C. Windows color (decimal): -4555173 or 5996218. OLE color: 5996218.

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

Color convert

RGB 186 126 91 -
CMYK 0 0.32 0.51 0.27
HSL 22.11º 0.41% 0.54% -
HSV(B) 22.11º 0.51% 0.73% -
XYZ 29.6 26.12 13.38 -
YUV 139.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 186 126 91 0 0.32 0.51 0.27 22.11 0.41 0.54
Hex BA 7E 5B 0 20 33 1B 16 29 36
Octal 272 176 133 0 40 63 33 26 51 66
Binary 10111010 1111110 1011011 0 100000 110011 11011 10110 101001 110110

Color Harmonies of #BA7E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E5B

Black with #BA7E5B

Text Example


Text Example

White with #BA7E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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