Html Css Color HEX #BA7F5E Medium Wood

📋 copy color: '#BA7F5E'

red 186 ◦ green 127 ◦ blue 94

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

Shades of Medium Wood #BA7F5E

Tints of Medium Wood #BA7F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 45.7%
G = 31.2%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA7F5E (or 0xBA7F5E) is known color: Medium Wood. HEX triplet: BA, 7F and 5E. RGB value is (186,127,94). Sum of RGB (Red+Green+Blue) = 186+127+94=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F5E is #4580A1. Grayscale: #8D8D8D. Windows color (decimal): -4554914 or 6193082. OLE color: 6193082.

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

Color convert

RGB 186 127 94 -
CMYK 0 0.32 0.49 0.27
HSL 21.52º 0.4% 0.55% -
HSV(B) 21.52º 0.49% 0.73% -
XYZ 29.86 26.43 14.12 -
YUV 140.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 186 127 94 0 0.32 0.49 0.27 21.52 0.4 0.55
Hex BA 7F 5E 0 20 31 1B 16 28 37
Octal 272 177 136 0 40 61 33 26 50 67
Binary 10111010 1111111 1011110 0 100000 110001 11011 10110 101000 110111

Color Harmonies of #BA7F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F5E

Black with #BA7F5E

Text Example


Text Example

White with #BA7F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F5E; }

 p { color: rgb(186,127,94); }

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

background-color css

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

 a { background-color: rgb(186,127,94); }

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

border-color css

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

 span { border-color: rgb(186,127,94); }

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